#645521

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

Shades of Bronze Olive #645521

Tints of Bronze Olive #645521

Color information

#645521 (or 0x645521) is unknown color: approx Bronze Olive. HEX triplet: 64, 55 and 21. RGB value is (100,85,33). Sum of RGB (Red+Green+Blue) = 100+85+33=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #645521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645521 is #9BAADE. Grayscale: #535353. Windows color (decimal): -10201823 or 2184548. OLE color: 2184548.

HSL color Cylindrical-coordinate representation of color #645521: hue angle of 46.57º 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 #645521 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB1008533-
CMYK00.150.670.61
HSL46.57º50.38%26.08%-
HSV(B)46.57º67%39.22%-
XYZ8.789.322.77-
YUV83.5699.47139.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=45.87%
G=38.99%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100853300.150.670.6146.5750.3826.08
Hex6455210F433D2f321a
Octal1441254101710375576232
Binary1100100101010110000101111100001111110110111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645521; }

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

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

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

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

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

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

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

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