#615122

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

Shades of Bronze Olive #615122

Tints of Bronze Olive #615122

Color information

#615122 (or 0x615122) is unknown color: approx Bronze Olive. HEX triplet: 61, 51 and 22. RGB value is (97,81,34). Sum of RGB (Red+Green+Blue) = 97+81+34=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #615122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615122 is #9EAEDD. Grayscale: #505050. Windows color (decimal): -10399454 or 2249057. OLE color: 2249057.

HSL color Cylindrical-coordinate representation of color #615122: hue angle of 44.76º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #615122 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB978134-
CMYK00.160.650.62
HSL44.76º48.09%25.69%-
HSV(B)44.76º64.95%38.04%-
XYZ8.168.542.73-
YUV80.43101.8139.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 34 (13.67% from 255) = 16.04%
R=45.75%
G=38.21%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97813400.160.650.6244.7648.0925.69
Hex615122010413E2d301a
Octal1411214202010176556032
Binary11000011010001100010010000100000111111010110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615122; }

 p { color: rgb(97,81,34); }

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

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

 a { background-color: rgb(97,81,34); }

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

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

 span { border-color: rgb(97,81,34); }

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