#61520E

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

Shades of Bronze Olive #61520E

Tints of Bronze Olive #61520E

Color information

#61520E (or 0x61520E) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 0E. RGB value is (97,82,14). Sum of RGB (Red+Green+Blue) = 97+82+14=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61520E is #9EADF1. Grayscale: #4F4F4F. Windows color (decimal): -10399218 or 938593. OLE color: 938593.

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

Color convert

RGB978214-
CMYK00.150.860.62
HSL49.16º74.77%21.76%-
HSV(B)49.16º85.57%38.04%-
XYZ8.038.611.65-
YUV78.7391.47141.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 14 (5.86% from 255) = 7.25%
R=50.26%
G=42.49%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97821400.150.860.6249.1674.7721.76
Hex6152E0F563E314b16
Octal14112216017126766111326
Binary110000110100101110011111010110111110110001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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