#645222

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

Shades of Bronze Olive #645222

Tints of Bronze Olive #645222

Color information

#645222 (or 0x645222) is unknown color: approx Bronze Olive. HEX triplet: 64, 52 and 22. RGB value is (100,82,34). Sum of RGB (Red+Green+Blue) = 100+82+34=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #645222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645222 is #9BADDD. Grayscale: #525252. Windows color (decimal): -10202590 or 2249316. OLE color: 2249316.

HSL color Cylindrical-coordinate representation of color #645222: hue angle of 43.64º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #645222 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB1008234-
CMYK00.180.660.61
HSL43.64º49.25%26.27%-
HSV(B)43.64º66%39.22%-
XYZ8.568.862.77-
YUV81.91100.96140.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 34 (13.67% from 255) = 15.74%
R=46.30%
G=37.96%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100823400.180.660.6143.6449.2526.27
Hex645222012423D2c311a
Octal1441224202210275546132
Binary11001001010010100010010010100001011110110110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645222; }

 p { color: rgb(100,82,34); }

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

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

 a { background-color: rgb(100,82,34); }

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

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

 span { border-color: rgb(100,82,34); }

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