#66521A

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

Shades of Bronze Olive #66521A

Tints of Bronze Olive #66521A

Color information

#66521A (or 0x66521A) is unknown color: approx Bronze Olive. HEX triplet: 66, 52 and 1A. RGB value is (102,82,26). Sum of RGB (Red+Green+Blue) = 102+82+26=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #66521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66521A is #99ADE5. Grayscale: #515151. Windows color (decimal): -10071526 or 1725030. OLE color: 1725030.

HSL color Cylindrical-coordinate representation of color #66521A: hue angle of 44.21º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66521A is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1028226-
CMYK00.200.750.6
HSL44.21º59.38%25.1%-
HSV(B)44.21º74.51%40%-
XYZ8.688.932.24-
YUV81.696.63142.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=48.57%
G=39.05%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102822600.200.750.644.2159.3825.1
Hex66521A0144B3C2c3b19
Octal1461223202411374547331
Binary1100110101001011010010100100101111110010110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66521A; }

 p { color: rgb(102,82,26); }

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

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

 a { background-color: rgb(102,82,26); }

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

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

 span { border-color: rgb(102,82,26); }

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