#605213

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

Shades of Bronze Olive #605213

Tints of Bronze Olive #605213

Color information

#605213 (or 0x605213) is unknown color: approx Bronze Olive. HEX triplet: 60, 52 and 13. RGB value is (96,82,19). Sum of RGB (Red+Green+Blue) = 96+82+19=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #605213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605213 is #9FADEC. Grayscale: #4F4F4F. Windows color (decimal): -10464749 or 1266272. OLE color: 1266272.

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

Color convert

RGB968219-
CMYK00.150.800.62
HSL49.09º66.96%22.55%-
HSV(B)49.09º80.21%37.65%-
XYZ7.968.571.85-
YUV7994.14140.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 19 (7.81% from 255) = 9.64%
R=48.73%
G=41.62%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96821900.150.800.6249.0966.9622.55
Hex6052130F503E314317
Octal14012223017120766110327
Binary1100000101001010011011111010000111110110001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605213; }

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

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

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

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

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

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

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

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