#615224

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

Shades of Bronze Olive #615224

Tints of Bronze Olive #615224

Color information

#615224 (or 0x615224) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 24. RGB value is (97,82,36). Sum of RGB (Red+Green+Blue) = 97+82+36=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #615224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615224 is #9EADDB. Grayscale: #515151. Windows color (decimal): -10399196 or 2380385. OLE color: 2380385.

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

Color convert

RGB978236-
CMYK00.150.630.62
HSL45.25º45.86%26.08%-
HSV(B)45.25º62.89%38.04%-
XYZ8.278.72.91-
YUV81.24102.47139.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 36 (14.45% from 255) = 16.74%
R=45.12%
G=38.14%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97823600.150.630.6245.2545.8626.08
Hex6152240F3F3E2d2e1a
Octal141122440177776555632
Binary110000110100101001000111111111111111010110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615224; }

 p { color: rgb(97,82,36); }

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

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

 a { background-color: rgb(97,82,36); }

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

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

 span { border-color: rgb(97,82,36); }

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