#605512

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

Shades of Bronze Olive #605512

Tints of Bronze Olive #605512

Color information

#605512 (or 0x605512) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 12. RGB value is (96,85,18). Sum of RGB (Red+Green+Blue) = 96+85+18=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #605512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605512 is #9FAAED. Grayscale: #505050. Windows color (decimal): -10463982 or 1201504. OLE color: 1201504.

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

Color convert

RGB968518-
CMYK00.110.810.62
HSL51.54º68.42%22.35%-
HSV(B)51.54º81.25%37.65%-
XYZ8.189.031.88-
YUV80.6592.64138.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=48.24%
G=42.71%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96851800.110.810.6251.5468.4222.35
Hex6055120B513E344416
Octal14012522013121766410426
Binary1100000101010110010010111010001111110110100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605512; }

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

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

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

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

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

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

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

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