#645119

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

Shades of Bronze Olive #645119

Tints of Bronze Olive #645119

Color information

#645119 (or 0x645119) is unknown color: approx Bronze Olive. HEX triplet: 64, 51 and 19. RGB value is (100,81,25). Sum of RGB (Red+Green+Blue) = 100+81+25=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #645119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645119 is #9BAEE6. Grayscale: #505050. Windows color (decimal): -10202855 or 1659236. OLE color: 1659236.

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

Color convert

RGB1008125-
CMYK00.190.750.61
HSL44.8º60%24.51%-
HSV(B)44.8º75%39.22%-
XYZ8.378.662.15-
YUV80.396.79142.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.54%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 25 (10.16% from 255) = 12.14%
R=48.54%
G=39.32%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100812500.190.750.6144.86024.51
Hex6451190134B3D2d3c19
Octal1441213102311375557431
Binary1100100101000111001010011100101111110110110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645119; }

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

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

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

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

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

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

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

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