#64560D

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

Shades of Bronze Olive #64560D

Tints of Bronze Olive #64560D

Color information

#64560D (or 0x64560D) is unknown color: approx Bronze Olive. HEX triplet: 64, 56 and 0D. RGB value is (100,86,13). Sum of RGB (Red+Green+Blue) = 100+86+13=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64560D is #9BA9F2. Grayscale: #525252. Windows color (decimal): -10201587 or 874084. OLE color: 874084.

HSL color Cylindrical-coordinate representation of color #64560D: hue angle of 50.34º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64560D is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB1008613-
CMYK00.140.870.61
HSL50.34º76.99%22.16%-
HSV(B)50.34º87%39.22%-
XYZ8.669.391.74-
YUV81.8689.14140.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.25%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=50.25%
G=43.22%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100861300.140.870.6150.3476.9922.16
Hex6456D0E573D324d16
Octal14412615016127756211526
Binary110010010101101101011101010111111101110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64560D; }

 p { color: rgb(100,86,13); }

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

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

 a { background-color: rgb(100,86,13); }

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

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

 span { border-color: rgb(100,86,13); }

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