#645120

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

Shades of Bronze Olive #645120

Tints of Bronze Olive #645120

Color information

#645120 (or 0x645120) is unknown color: approx Bronze Olive. HEX triplet: 64, 51 and 20. RGB value is (100,81,32). Sum of RGB (Red+Green+Blue) = 100+81+32=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #645120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645120 is #9BAEDF. Grayscale: #515151. Windows color (decimal): -10202848 or 2117988. OLE color: 2117988.

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

Color convert

RGB1008132-
CMYK00.190.680.61
HSL43.24º51.52%25.88%-
HSV(B)43.24º68%39.22%-
XYZ8.468.72.6-
YUV81.1100.29141.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=46.95%
G=38.03%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100813200.190.680.6143.2451.5225.88
Hex645120013443D2b341a
Octal1441214002310475536432
Binary11001001010001100000010011100010011110110101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645120; }

 p { color: rgb(100,81,32); }

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

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

 a { background-color: rgb(100,81,32); }

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

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

 span { border-color: rgb(100,81,32); }

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