#61521B

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

Shades of Bronze Olive #61521B

Tints of Bronze Olive #61521B

Color information

#61521B (or 0x61521B) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 1B. RGB value is (97,82,27). Sum of RGB (Red+Green+Blue) = 97+82+27=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61521B is #9EADE4. Grayscale: #505050. Windows color (decimal): -10399205 or 1790561. OLE color: 1790561.

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

Color convert

RGB978227-
CMYK00.150.720.62
HSL47.14º56.45%24.31%-
HSV(B)47.14º72.16%38.04%-
XYZ8.148.662.28-
YUV80.2297.97139.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=47.09%
G=39.81%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97822700.150.720.6247.1456.4524.31
Hex61521B0F483E2f3818
Octal1411223301711076577030
Binary110000110100101101101111100100011111010111111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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