#605612

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

Shades of Bronze Olive #605612

Tints of Bronze Olive #605612

Color information

#605612 (or 0x605612) is unknown color: approx Bronze Olive. HEX triplet: 60, 56 and 12. RGB value is (96,86,18). Sum of RGB (Red+Green+Blue) = 96+86+18=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #605612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605612 is #9FA9ED. Grayscale: #515151. Windows color (decimal): -10463726 or 1201760. OLE color: 1201760.

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

Color convert

RGB968618-
CMYK00.100.810.62
HSL52.31º68.42%22.35%-
HSV(B)52.31º81.25%37.65%-
XYZ8.269.191.91-
YUV81.2492.31138.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 18 (7.42% from 255) = 9%
R=48%
G=43%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96861800.100.810.6252.3168.4222.35
Hex6056120A513E344416
Octal14012622012121766410426
Binary1100000101011010010010101010001111110110100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605612; }

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

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

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

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

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

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

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

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