#66541A

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

Shades of Bronze Olive #66541A

Tints of Bronze Olive #66541A

Color information

#66541A (or 0x66541A) is unknown color: approx Bronze Olive. HEX triplet: 66, 54 and 1A. RGB value is (102,84,26). Sum of RGB (Red+Green+Blue) = 102+84+26=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66541A is #99ABE5. Grayscale: #535353. Windows color (decimal): -10071014 or 1725542. OLE color: 1725542.

HSL color Cylindrical-coordinate representation of color #66541A: hue angle of 45.79º 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 #66541A is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1028426-
CMYK00.180.750.6
HSL45.79º59.38%25.1%-
HSV(B)45.79º74.51%40%-
XYZ8.849.242.3-
YUV82.7795.96141.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=48.11%
G=39.62%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102842600.180.750.645.7959.3825.1
Hex66541A0124B3C2e3b19
Octal1461243202211374567331
Binary1100110101010011010010010100101111110010111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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