#605707

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

Shades of Bronze Olive #605707

Tints of Bronze Olive #605707

Color information

#605707 (or 0x605707) is unknown color: approx Bronze Olive. HEX triplet: 60, 57 and 07. RGB value is (96,87,7). Sum of RGB (Red+Green+Blue) = 96+87+7=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #605707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605707 is #9FA8F8. Grayscale: #505050. Windows color (decimal): -10463481 or 481120. OLE color: 481120.

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

Color convert

RGB96877-
CMYK00.090.930.62
HSL53.93º86.41%20.2%-
HSV(B)53.93º92.71%37.65%-
XYZ8.279.321.56-
YUV80.5786.48139-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 87 (34.38% from 255) = 45.79%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=50.53%
G=45.79%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9687700.090.930.6253.9386.4120.2
Hex60577095D3E365614
Octal1401277011135766612624
Binary11000001010111111010011011101111110110110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605707; }

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

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

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

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

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

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

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

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