#C6B625

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

Shades of Bird Flower #C6B625

Tints of Bird Flower #C6B625

Color information

#C6B625 (or 0xC6B625) is unknown color: approx Bird Flower. HEX triplet: C6, B6 and 25. RGB value is (198,182,37). Sum of RGB (Red+Green+Blue) = 198+182+37=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B625 is #3949DA. Grayscale: #AAAAAA. Windows color (decimal): -3754459 or 2471622. OLE color: 2471622.

HSL color Cylindrical-coordinate representation of color #C6B625: hue angle of 54.04º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6B625 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19818237-
CMYK00.080.810.22
HSL54.04º68.51%46.08%-
HSV(B)54.04º81.31%77.65%-
XYZ40.3545.68.42-
YUV170.2552.8147.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 182 (71.48% from 255) = 43.65%
BLUE value IS 37 (14.84% from 255) = 8.87%
R=47.48%
G=43.65%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981823700.080.810.2254.0468.5146.08
HexC6B62508511636452e
Octal30626645010121266610556
Binary1100011010110110100101010001010001101101101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B625; }

 p { color: rgb(198,182,37); }

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

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

 a { background-color: rgb(198,182,37); }

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

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

 span { border-color: rgb(198,182,37); }

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