#c6b724

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

Shades of Bird Flower #C6B724

Tints of Bird Flower #C6B724

Color information

#C6B724 (or 0xC6B724) is unknown color: approx Bird Flower. HEX triplet: C6, B7 and 24. RGB value is (198,183,36). Sum of RGB (Red+Green+Blue) = 198+183+36=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B724 is #3948DB. Grayscale: #ABABAB. Windows color (decimal): -3754204 or 2406342. OLE color: 2406342.

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

Color convert

RGB19818336-
CMYK00.080.820.22
HSL54.44º69.23%45.88%-
HSV(B)54.44º81.82%77.65%-
XYZ40.54468.41-
YUV170.7351.97147.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 183 (71.88% from 255) = 43.88%
BLUE value IS 36 (14.45% from 255) = 8.63%
R=47.48%
G=43.88%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981833600.080.820.2254.4469.2345.88
HexC6B72408521636452e
Octal30626744010122266610556
Binary1100011010110111100100010001010010101101101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6b724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6b724; }

 p { color: rgb(198,183,36); }

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

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

 a { background-color: rgb(198,183,36); }

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

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

 span { border-color: rgb(198,183,36); }

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