#61551A

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

Shades of Bronze Olive #61551A

Tints of Bronze Olive #61551A

Color information

#61551A (or 0x61551A) is unknown color: approx Bronze Olive. HEX triplet: 61, 55 and 1A. RGB value is (97,85,26). Sum of RGB (Red+Green+Blue) = 97+85+26=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61551A is #9EAAE5. Grayscale: #525252. Windows color (decimal): -10398438 or 1725793. OLE color: 1725793.

HSL color Cylindrical-coordinate representation of color #61551A: hue angle of 49.86º 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 #61551A is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB978526-
CMYK00.120.730.62
HSL49.86º57.72%24.12%-
HSV(B)49.86º73.2%38.04%-
XYZ8.369.112.3-
YUV81.8696.48138.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=46.63%
G=40.87%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97852600.120.730.6249.8657.7224.12
Hex61551A0C493E323a18
Octal1411253201411176627230
Binary110000110101011101001100100100111111011001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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