#64541C

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

Shades of Bronze Olive #64541C

Tints of Bronze Olive #64541C

Color information

#64541C (or 0x64541C) is unknown color: approx Bronze Olive. HEX triplet: 64, 54 and 1C. RGB value is (100,84,28). Sum of RGB (Red+Green+Blue) = 100+84+28=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64541C is #9BABE3. Grayscale: #525252. Windows color (decimal): -10202084 or 1856612. OLE color: 1856612.

HSL color Cylindrical-coordinate representation of color #64541C: hue angle of 46.67º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64541C is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB1008428-
CMYK00.160.720.61
HSL46.67º56.25%25.1%-
HSV(B)46.67º72%39.22%-
XYZ8.649.132.41-
YUV82.497.3140.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=47.17%
G=39.62%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100842800.160.720.6146.6756.2525.1
Hex64541C010483D2f3819
Octal1441243402011075577031
Binary1100100101010011100010000100100011110110111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64541C; }

 p { color: rgb(100,84,28); }

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

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

 a { background-color: rgb(100,84,28); }

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

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

 span { border-color: rgb(100,84,28); }

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