#605112

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

Shades of Bronze Olive #605112

Tints of Bronze Olive #605112

Color information

#605112 (or 0x605112) is unknown color: approx Bronze Olive. HEX triplet: 60, 51 and 12. RGB value is (96,81,18). Sum of RGB (Red+Green+Blue) = 96+81+18=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #605112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605112 is #9FAEED. Grayscale: #4E4E4E. Windows color (decimal): -10465006 or 1200480. OLE color: 1200480.

HSL color Cylindrical-coordinate representation of color #605112: hue angle of 48.46º 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 #605112 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB968118-
CMYK00.160.810.62
HSL48.46º68.42%22.35%-
HSV(B)48.46º81.25%37.65%-
XYZ7.888.421.78-
YUV78.393.97140.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=49.23%
G=41.54%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96811800.160.810.6248.4668.4222.35
Hex605112010513E304416
Octal14012122020121766010426
Binary11000001010001100100100001010001111110110000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605112; }

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

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

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

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

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

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

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

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