#C6B013

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

Shades of Bird Flower #C6B013

Tints of Bird Flower #C6B013

Color information

#C6B013 (or 0xC6B013) is unknown color: approx Bird Flower. HEX triplet: C6, B0 and 13. RGB value is (198,176,19). Sum of RGB (Red+Green+Blue) = 198+176+19=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B013 is #394FEC. Grayscale: #A5A5A5. Windows color (decimal): -3756013 or 1290438. OLE color: 1290438.

HSL color Cylindrical-coordinate representation of color #C6B013: hue angle of 52.63º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6B013 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB19817619-
CMYK00.110.900.22
HSL52.63º82.49%42.55%-
HSV(B)52.63º90.4%77.65%-
XYZ38.9343.16.88-
YUV164.6845.79151.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.38%
GREEN value IS 176 (69.14% from 255) = 44.78%
BLUE value IS 19 (7.81% from 255) = 4.83%
R=50.38%
G=44.78%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981761900.110.900.2252.6382.4942.55
HexC6B0130B5A1635522b
Octal30626023013132266512253
Binary110001101011000010011010111011010101101101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B013; }

 p { color: rgb(198,176,19); }

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

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

 a { background-color: rgb(198,176,19); }

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

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

 span { border-color: rgb(198,176,19); }

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