#c6b417

Color #C6B417 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C6B417

Tints of Bird Flower #C6B417

Color information

#C6B417 (or 0xC6B417) is unknown color: approx Bird Flower. HEX triplet: C6, B4 and 17. RGB value is (198,180,23). Sum of RGB (Red+Green+Blue) = 198+180+23=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B417 is #394BE8. Grayscale: #A8A8A8. Windows color (decimal): -3754985 or 1553606. OLE color: 1553606.

HSL color Cylindrical-coordinate representation of color #C6B417: hue angle of 53.83º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6B417 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB19818023-
CMYK00.090.880.22
HSL53.83º79.19%43.33%-
HSV(B)53.83º88.38%77.65%-
XYZ39.7644.717.34-
YUV167.4846.46149.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 49.38%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 23 (9.38% from 255) = 5.74%
R=49.38%
G=44.89%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981802300.090.880.2253.8379.1943.33
HexC6B417095816364f2b
Octal30626427011130266611753
Binary110001101011010010111010011011000101101101101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6b417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6b417; }

 p { color: rgb(198,180,23); }

 H1.HeaderClassName
 {
   color: #c6b417;
 }
 .AnyTagClassName
 {
   color: #c6b417;
 }
</style>
background-color css

<style>
 a { background-color: #c6b417; }

 a { background-color: rgb(198,180,23); }

 div.DivClassName
 {
   background-color: #c6b417;
 }
 .BgClassName
 {
   background-color: #c6b417;
 }
</style>
border-color css

<style>
 span { border-color: #c6b417; }

 span { border-color: rgb(198,180,23); }

 td.TdClassName
 {
   border-color: #c6b417;
 }
 .TagClassName
 {
   border-color: #c6b417;
 }
</style>