#61551F

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

Shades of Bronze Olive #61551F

Tints of Bronze Olive #61551F

Color information

#61551F (or 0x61551F) is unknown color: approx Bronze Olive. HEX triplet: 61, 55 and 1F. RGB value is (97,85,31). Sum of RGB (Red+Green+Blue) = 97+85+31=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61551F is #9EAAE0. Grayscale: #525252. Windows color (decimal): -10398433 or 2053473. OLE color: 2053473.

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

Color convert

RGB978531-
CMYK00.120.680.62
HSL49.09º51.56%25.1%-
HSV(B)49.09º68.04%38.04%-
XYZ8.439.142.62-
YUV82.4398.98138.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=45.54%
G=39.91%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97853100.120.680.6249.0951.5625.1
Hex61551F0C443E313419
Octal1411253701410476616431
Binary110000110101011111101100100010011111011000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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