#61550C

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

Shades of Bronze Olive #61550C

Tints of Bronze Olive #61550C

Color information

#61550C (or 0x61550C) is unknown color: approx Bronze Olive. HEX triplet: 61, 55 and 0C. RGB value is (97,85,12). Sum of RGB (Red+Green+Blue) = 97+85+12=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61550C is #9EAAF3. Grayscale: #505050. Windows color (decimal): -10398452 or 808289. OLE color: 808289.

HSL color Cylindrical-coordinate representation of color #61550C: hue angle of 51.53º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61550C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB978512-
CMYK00.120.880.62
HSL51.53º77.98%21.37%-
HSV(B)51.53º87.63%38.04%-
XYZ8.249.061.66-
YUV80.2789.48139.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=50%
G=43.81%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97851200.120.880.6251.5377.9821.37
Hex6155C0C583E344e15
Octal14112514014130766411625
Binary110000110101011100011001011000111110110100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61550C; }

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

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

<style>
 a { background-color: #61550C; }

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

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

<style>
 span { border-color: #61550C; }

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

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