#605515

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

Shades of Bronze Olive #605515

Tints of Bronze Olive #605515

Color information

#605515 (or 0x605515) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 15. RGB value is (96,85,21). Sum of RGB (Red+Green+Blue) = 96+85+21=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #605515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605515 is #9FAAEA. Grayscale: #515151. Windows color (decimal): -10463979 or 1398112. OLE color: 1398112.

HSL color Cylindrical-coordinate representation of color #605515: hue angle of 51.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #605515 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB968521-
CMYK00.110.780.62
HSL51.2º64.1%22.94%-
HSV(B)51.2º78.12%37.65%-
XYZ8.219.042.02-
YUV80.9994.14138.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 21 (8.59% from 255) = 10.40%
R=47.52%
G=42.08%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96852100.110.780.6251.264.122.94
Hex6055150B4E3E334017
Octal14012525013116766310027
Binary1100000101010110101010111001110111110110011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605515; }

 p { color: rgb(96,85,21); }

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

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

 a { background-color: rgb(96,85,21); }

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

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

 span { border-color: rgb(96,85,21); }

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