#61531A

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

Shades of Bronze Olive #61531A

Tints of Bronze Olive #61531A

Color information

#61531A (or 0x61531A) is unknown color: approx Bronze Olive. HEX triplet: 61, 53 and 1A. RGB value is (97,83,26). Sum of RGB (Red+Green+Blue) = 97+83+26=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61531A is #9EACE5. Grayscale: #505050. Windows color (decimal): -10398950 or 1725281. OLE color: 1725281.

HSL color Cylindrical-coordinate representation of color #61531A: hue angle of 48.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61531A is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB978326-
CMYK00.140.730.62
HSL48.17º57.72%24.12%-
HSV(B)48.17º73.2%38.04%-
XYZ8.218.82.24-
YUV80.6997.14139.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=47.09%
G=40.29%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97832600.140.730.6248.1757.7224.12
Hex61531A0E493E303a18
Octal1411233201611176607230
Binary110000110100111101001110100100111111011000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61531A; }

 p { color: rgb(97,83,26); }

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

<style>
 a { background-color: #61531A; }

 a { background-color: rgb(97,83,26); }

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

<style>
 span { border-color: #61531A; }

 span { border-color: rgb(97,83,26); }

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