#605311

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

Shades of Bronze Olive #605311

Tints of Bronze Olive #605311

Color information

#605311 (or 0x605311) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 11. RGB value is (96,83,17). Sum of RGB (Red+Green+Blue) = 96+83+17=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #605311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605311 is #9FACEE. Grayscale: #4F4F4F. Windows color (decimal): -10464495 or 1135456. OLE color: 1135456.

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

Color convert

RGB968317-
CMYK00.140.820.62
HSL50.13º69.91%22.16%-
HSV(B)50.13º82.29%37.65%-
XYZ8.028.711.79-
YUV79.3692.81139.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=48.98%
G=42.35%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96831700.140.820.6250.1369.9122.16
Hex6053110E523E324616
Octal14012321016122766210626
Binary1100000101001110001011101010010111110110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605311; }

 p { color: rgb(96,83,17); }

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

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

 a { background-color: rgb(96,83,17); }

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

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

 span { border-color: rgb(96,83,17); }

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