#605705

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

Shades of Bronze Olive #605705

Tints of Bronze Olive #605705

Color information

#605705 (or 0x605705) is unknown color: approx Bronze Olive. HEX triplet: 60, 57 and 05. RGB value is (96,87,5). Sum of RGB (Red+Green+Blue) = 96+87+5=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #605705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605705 is #9FA8FA. Grayscale: #505050. Windows color (decimal): -10463483 or 350048. OLE color: 350048.

HSL color Cylindrical-coordinate representation of color #605705: hue angle of 54.07º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #605705 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB96875-
CMYK00.090.950.62
HSL54.07º90.1%19.8%-
HSV(B)54.07º94.79%37.65%-
XYZ8.269.311.51-
YUV80.3485.48139.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 87 (34.38% from 255) = 46.28%
BLUE value IS 5 (2.34% from 255) = 2.66%
R=51.06%
G=46.28%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9687500.090.950.6254.0790.119.8
Hex60575095F3E365a14
Octal1401275011137766613224
Binary11000001010111101010011011111111110110110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605705; }

 p { color: rgb(96,87,5); }

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

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

 a { background-color: rgb(96,87,5); }

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

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

 span { border-color: rgb(96,87,5); }

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