#64501E

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

Shades of Bronze Olive #64501E

Tints of Bronze Olive #64501E

Color information

#64501E (or 0x64501E) is unknown color: approx Bronze Olive. HEX triplet: 64, 50 and 1E. RGB value is (100,80,30). Sum of RGB (Red+Green+Blue) = 100+80+30=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64501E is #9BAFE1. Grayscale: #505050. Windows color (decimal): -10203106 or 1986660. OLE color: 1986660.

HSL color Cylindrical-coordinate representation of color #64501E: hue angle of 42.86º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64501E is Cyan = 0, Magento = 0.2, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB1008030-
CMYK00.20.700.61
HSL42.86º53.85%25.49%-
HSV(B)42.86º70%39.22%-
XYZ8.368.542.44-
YUV80.2899.63142.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=47.62%
G=38.10%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100803000.20.700.6142.8653.8525.49
Hex64501E014463D2b3619
Octal1441203602410675536631
Binary1100100101000011110010100100011011110110101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64501E; }

 p { color: rgb(100,80,30); }

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

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

 a { background-color: rgb(100,80,30); }

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

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

 span { border-color: rgb(100,80,30); }

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