#645610

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

Shades of Bronze Olive #645610

Tints of Bronze Olive #645610

Color information

#645610 (or 0x645610) is unknown color: approx Bronze Olive. HEX triplet: 64, 56 and 10. RGB value is (100,86,16). Sum of RGB (Red+Green+Blue) = 100+86+16=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #645610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645610 is #9BA9EF. Grayscale: #525252. Windows color (decimal): -10201584 or 1070692. OLE color: 1070692.

HSL color Cylindrical-coordinate representation of color #645610: hue angle of 50º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #645610 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB1008616-
CMYK00.140.840.61
HSL50º72.41%22.75%-
HSV(B)50º84%39.22%-
XYZ8.689.41.85-
YUV82.2190.64140.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.50%
GREEN value IS 86 (33.98% from 255) = 42.57%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=49.50%
G=42.57%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100861600.140.840.615072.4122.75
Hex6456100E543D324817
Octal14412620016124756211027
Binary1100100101011010000011101010100111101110010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645610; }

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

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

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

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

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

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

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

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