#66501C

Color #66501C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #66501C

Tints of Bronze Olive #66501C

Color information

#66501C (or 0x66501C) is unknown color: approx Bronze Olive. HEX triplet: 66, 50 and 1C. RGB value is (102,80,28). Sum of RGB (Red+Green+Blue) = 102+80+28=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #66501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66501C is #99AFE3. Grayscale: #505050. Windows color (decimal): -10072036 or 1855590. OLE color: 1855590.

HSL color Cylindrical-coordinate representation of color #66501C: hue angle of 42.16º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66501C is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB1028028-
CMYK00.220.730.6
HSL42.16º56.92%25.49%-
HSV(B)42.16º72.55%40%-
XYZ8.568.652.32-
YUV80.6598.29143.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=48.57%
G=38.10%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102802800.220.730.642.1656.9225.49
Hex66501C016493C2a3919
Octal1461203402611174527131
Binary1100110101000011100010110100100111110010101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66501C; }

 p { color: rgb(102,80,28); }

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

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

 a { background-color: rgb(102,80,28); }

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

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

 span { border-color: rgb(102,80,28); }

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