#645221

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

Shades of Bronze Olive #645221

Tints of Bronze Olive #645221

Color information

#645221 (or 0x645221) is unknown color: approx Bronze Olive. HEX triplet: 64, 52 and 21. RGB value is (100,82,33). Sum of RGB (Red+Green+Blue) = 100+82+33=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #645221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645221 is #9BADDE. Grayscale: #525252. Windows color (decimal): -10202591 or 2183780. OLE color: 2183780.

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

Color convert

RGB1008233-
CMYK00.180.670.61
HSL43.88º50.38%26.08%-
HSV(B)43.88º67%39.22%-
XYZ8.558.852.7-
YUV81.8100.46140.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=46.51%
G=38.14%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100823300.180.670.6143.8850.3826.08
Hex645221012433D2c321a
Octal1441224102210375546232
Binary11001001010010100001010010100001111110110110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645221; }

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

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

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

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

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

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

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

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