#605312

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

Shades of Bronze Olive #605312

Tints of Bronze Olive #605312

Color information

#605312 (or 0x605312) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 12. RGB value is (96,83,18). Sum of RGB (Red+Green+Blue) = 96+83+18=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #605312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605312 is #9FACED. Grayscale: #4F4F4F. Windows color (decimal): -10464494 or 1200992. OLE color: 1200992.

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

Color convert

RGB968318-
CMYK00.140.810.62
HSL50º68.42%22.35%-
HSV(B)50º81.25%37.65%-
XYZ8.038.721.83-
YUV79.4893.31139.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=48.73%
G=42.13%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96831800.140.810.625068.4222.35
Hex6053120E513E324416
Octal14012322016121766210426
Binary1100000101001110010011101010001111110110010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605312; }

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

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

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

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

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

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

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

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