#61520C

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

Shades of Bronze Olive #61520C

Tints of Bronze Olive #61520C

Color information

#61520C (or 0x61520C) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 0C. RGB value is (97,82,12). Sum of RGB (Red+Green+Blue) = 97+82+12=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61520C is #9EADF3. Grayscale: #4E4E4E. Windows color (decimal): -10399220 or 807521. OLE color: 807521.

HSL color Cylindrical-coordinate representation of color #61520C: hue angle of 49.41º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61520C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB978212-
CMYK00.150.880.62
HSL49.41º77.98%21.37%-
HSV(B)49.41º87.63%38.04%-
XYZ8.018.61.59-
YUV78.590.47141.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=50.79%
G=42.93%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97821200.150.880.6249.4177.9821.37
Hex6152C0F583E314e15
Octal14112214017130766111625
Binary110000110100101100011111011000111110110001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61520C; }

 p { color: rgb(97,82,12); }

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

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

 a { background-color: rgb(97,82,12); }

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

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

 span { border-color: rgb(97,82,12); }

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