#645611

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

Shades of Bronze Olive #645611

Tints of Bronze Olive #645611

Color information

#645611 (or 0x645611) is unknown color: approx Bronze Olive. HEX triplet: 64, 56 and 11. RGB value is (100,86,17). Sum of RGB (Red+Green+Blue) = 100+86+17=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #645611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645611 is #9BA9EE. Grayscale: #525252. Windows color (decimal): -10201583 or 1136228. OLE color: 1136228.

HSL color Cylindrical-coordinate representation of color #645611: hue angle of 49.88º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #645611 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB1008617-
CMYK00.140.830.61
HSL49.88º70.94%22.94%-
HSV(B)49.88º83%39.22%-
XYZ8.689.411.89-
YUV82.3291.14140.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=49.26%
G=42.36%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100861700.140.830.6149.8870.9422.94
Hex6456110E533D324717
Octal14412621016123756210727
Binary1100100101011010001011101010011111101110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645611; }

 p { color: rgb(100,86,17); }

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

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

 a { background-color: rgb(100,86,17); }

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

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

 span { border-color: rgb(100,86,17); }

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