#605013

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

Shades of Bronze Olive #605013

Tints of Bronze Olive #605013

Color information

#605013 (or 0x605013) is unknown color: approx Bronze Olive. HEX triplet: 60, 50 and 13. RGB value is (96,80,19). Sum of RGB (Red+Green+Blue) = 96+80+19=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #605013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605013 is #9FAFEC. Grayscale: #4E4E4E. Windows color (decimal): -10465261 or 1265760. OLE color: 1265760.

HSL color Cylindrical-coordinate representation of color #605013: hue angle of 47.53º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #605013 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB968019-
CMYK00.170.800.62
HSL47.53º66.96%22.55%-
HSV(B)47.53º80.21%37.65%-
XYZ7.818.271.8-
YUV77.8394.8140.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=49.23%
G=41.03%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96801900.170.800.6247.5366.9622.55
Hex605013011503E304317
Octal14012023021120766010327
Binary11000001010000100110100011010000111110110000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605013; }

 p { color: rgb(96,80,19); }

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

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

 a { background-color: rgb(96,80,19); }

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

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

 span { border-color: rgb(96,80,19); }

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