#61521F

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

Shades of Bronze Olive #61521F

Tints of Bronze Olive #61521F

Color information

#61521F (or 0x61521F) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 1F. RGB value is (97,82,31). Sum of RGB (Red+Green+Blue) = 97+82+31=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61521F is #9EADE0. Grayscale: #505050. Windows color (decimal): -10399201 or 2052705. OLE color: 2052705.

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

Color convert

RGB978231-
CMYK00.150.680.62
HSL46.36º51.56%25.1%-
HSV(B)46.36º68.04%38.04%-
XYZ8.198.672.54-
YUV80.6799.97139.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 31 (12.5% from 255) = 14.76%
R=46.19%
G=39.05%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97823100.150.680.6246.3651.5625.1
Hex61521F0F443E2e3419
Octal1411223701710476566431
Binary110000110100101111101111100010011111010111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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