#66501B

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

Shades of Bronze Olive #66501B

Tints of Bronze Olive #66501B

Color information

#66501B (or 0x66501B) is unknown color: approx Bronze Olive. HEX triplet: 66, 50 and 1B. RGB value is (102,80,27). Sum of RGB (Red+Green+Blue) = 102+80+27=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #66501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66501B is #99AFE4. Grayscale: #505050. Windows color (decimal): -10072037 or 1790054. OLE color: 1790054.

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

Color convert

RGB1028027-
CMYK00.220.740.6
HSL42.4º58.14%25.29%-
HSV(B)42.4º73.53%40%-
XYZ8.558.642.25-
YUV80.5497.79143.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=48.80%
G=38.28%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102802700.220.740.642.458.1425.29
Hex66501B0164A3C2a3a19
Octal1461203302611274527231
Binary1100110101000011011010110100101011110010101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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