#66531B

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

Shades of Bronze Olive #66531B

Tints of Bronze Olive #66531B

Color information

#66531B (or 0x66531B) is unknown color: approx Bronze Olive. HEX triplet: 66, 53 and 1B. RGB value is (102,83,27). Sum of RGB (Red+Green+Blue) = 102+83+27=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66531B is #99ACE4. Grayscale: #525252. Windows color (decimal): -10071269 or 1790822. OLE color: 1790822.

HSL color Cylindrical-coordinate representation of color #66531B: hue angle of 44.8º 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 #66531B is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB1028327-
CMYK00.190.740.6
HSL44.8º58.14%25.29%-
HSV(B)44.8º73.53%40%-
XYZ8.779.092.33-
YUV82.396.79142.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=48.11%
G=39.15%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102832700.190.740.644.858.1425.29
Hex66531B0134A3C2d3a19
Octal1461233302311274557231
Binary1100110101001111011010011100101011110010110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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