#66511D

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

Shades of Bronze Olive #66511D

Tints of Bronze Olive #66511D

Color information

#66511D (or 0x66511D) is unknown color: approx Bronze Olive. HEX triplet: 66, 51 and 1D. RGB value is (102,81,29). Sum of RGB (Red+Green+Blue) = 102+81+29=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66511D is #99AEE2. Grayscale: #515151. Windows color (decimal): -10071779 or 1921382. OLE color: 1921382.

HSL color Cylindrical-coordinate representation of color #66511D: hue angle of 42.74º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66511D is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB1028129-
CMYK00.210.720.6
HSL42.74º55.73%25.69%-
HSV(B)42.74º71.57%40%-
XYZ8.648.82.41-
YUV81.3598.46142.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 29 (11.72% from 255) = 13.68%
R=48.11%
G=38.21%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102812900.210.720.642.7455.7325.69
Hex66511D015483C2b381a
Octal1461213502511074537032
Binary1100110101000111101010101100100011110010101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66511D; }

 p { color: rgb(102,81,29); }

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

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

 a { background-color: rgb(102,81,29); }

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

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

 span { border-color: rgb(102,81,29); }

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