#61550B

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

Shades of Bronze Olive #61550B

Tints of Bronze Olive #61550B

Color information

#61550B (or 0x61550B) is unknown color: approx Bronze Olive. HEX triplet: 61, 55 and 0B. RGB value is (97,85,11). Sum of RGB (Red+Green+Blue) = 97+85+11=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61550B is #9EAAF4. Grayscale: #505050. Windows color (decimal): -10398453 or 742753. OLE color: 742753.

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

Color convert

RGB978511-
CMYK00.120.890.62
HSL51.63º79.63%21.18%-
HSV(B)51.63º88.66%38.04%-
XYZ8.249.061.63-
YUV80.1588.98140.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 11 (4.69% from 255) = 5.70%
R=50.26%
G=44.04%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97851100.120.890.6251.6379.6321.18
Hex6155B0C593E345015
Octal14112513014131766412025
Binary110000110101011011011001011001111110110100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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