#61520B

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

Shades of Bronze Olive #61520B

Tints of Bronze Olive #61520B

Color information

#61520B (or 0x61520B) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 0B. RGB value is (97,82,11). Sum of RGB (Red+Green+Blue) = 97+82+11=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61520B is #9EADF4. Grayscale: #4E4E4E. Windows color (decimal): -10399221 or 741985. OLE color: 741985.

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

Color convert

RGB978211-
CMYK00.150.890.62
HSL49.53º79.63%21.18%-
HSV(B)49.53º88.66%38.04%-
XYZ8.018.61.55-
YUV78.3989.97141.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=51.05%
G=43.16%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97821100.150.890.6249.5379.6321.18
Hex6152B0F593E325015
Octal14112213017131766212025
Binary110000110100101011011111011001111110110010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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