#61550F

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

Shades of Bronze Olive #61550F

Tints of Bronze Olive #61550F

Color information

#61550F (or 0x61550F) is unknown color: approx Bronze Olive. HEX triplet: 61, 55 and 0F. RGB value is (97,85,15). Sum of RGB (Red+Green+Blue) = 97+85+15=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61550F is #9EAAF0. Grayscale: #505050. Windows color (decimal): -10398449 or 1004897. OLE color: 1004897.

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

Color convert

RGB978515-
CMYK00.120.850.62
HSL51.22º73.21%21.96%-
HSV(B)51.22º84.54%38.04%-
XYZ8.269.071.77-
YUV80.6190.98139.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=49.24%
G=43.15%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97851500.120.850.6251.2273.2121.96
Hex6155F0C553E334916
Octal14112517014125766311126
Binary110000110101011111011001010101111110110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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