#64551C

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

Shades of Bronze Olive #64551C

Tints of Bronze Olive #64551C

Color information

#64551C (or 0x64551C) is unknown color: approx Bronze Olive. HEX triplet: 64, 55 and 1C. RGB value is (100,85,28). Sum of RGB (Red+Green+Blue) = 100+85+28=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #64551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64551C is #9BAAE3. Grayscale: #535353. Windows color (decimal): -10201828 or 1856868. OLE color: 1856868.

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

Color convert

RGB1008528-
CMYK00.150.720.61
HSL47.5º56.25%25.1%-
HSV(B)47.5º72%39.22%-
XYZ8.719.292.43-
YUV82.9996.97140.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=46.95%
G=39.91%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100852800.150.720.6147.556.2525.1
Hex64551C0F483D303819
Octal1441253401711075607031
Binary110010010101011110001111100100011110111000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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