#61520D

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

Shades of Bronze Olive #61520D

Tints of Bronze Olive #61520D

Color information

#61520D (or 0x61520D) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 0D. RGB value is (97,82,13). Sum of RGB (Red+Green+Blue) = 97+82+13=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61520D is #9EADF2. Grayscale: #4E4E4E. Windows color (decimal): -10399219 or 873057. OLE color: 873057.

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

Color convert

RGB978213-
CMYK00.150.870.62
HSL49.29º76.36%21.57%-
HSV(B)49.29º86.6%38.04%-
XYZ8.028.611.62-
YUV78.6290.97141.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=50.52%
G=42.71%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97821300.150.870.6249.2976.3621.57
Hex6152D0F573E314c16
Octal14112215017127766111426
Binary110000110100101101011111010111111110110001100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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