#645519

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

Shades of Bronze Olive #645519

Tints of Bronze Olive #645519

Color information

#645519 (or 0x645519) is unknown color: approx Bronze Olive. HEX triplet: 64, 55 and 19. RGB value is (100,85,25). Sum of RGB (Red+Green+Blue) = 100+85+25=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #645519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645519 is #9BAAE6. Grayscale: #525252. Windows color (decimal): -10201831 or 1660260. OLE color: 1660260.

HSL color Cylindrical-coordinate representation of color #645519: hue angle of 48º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #645519 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB1008525-
CMYK00.150.750.61
HSL48º60%24.51%-
HSV(B)48º75%39.22%-
XYZ8.689.282.25-
YUV82.6495.47140.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 25 (10.16% from 255) = 11.90%
R=47.62%
G=40.48%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100852500.150.750.61486024.51
Hex6455190F4B3D303c19
Octal1441253101711375607431
Binary110010010101011100101111100101111110111000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645519; }

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

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

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

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

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

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

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

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