#615420

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

Shades of Bronze Olive #615420

Tints of Bronze Olive #615420

Color information

#615420 (or 0x615420) is unknown color: approx Bronze Olive. HEX triplet: 61, 54 and 20. RGB value is (97,84,32). Sum of RGB (Red+Green+Blue) = 97+84+32=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #615420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615420 is #9EABDF. Grayscale: #525252. Windows color (decimal): -10398688 or 2118753. OLE color: 2118753.

HSL color Cylindrical-coordinate representation of color #615420: hue angle of 48º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #615420 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB978432-
CMYK00.130.670.62
HSL48º50.39%25.29%-
HSV(B)48º67.01%38.04%-
XYZ8.368.992.66-
YUV81.9699.81138.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=45.54%
G=39.44%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97843200.130.670.624850.3925.29
Hex6154200D433E303219
Octal1411244001510376606231
Binary1100001101010010000001101100001111111011000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615420; }

 p { color: rgb(97,84,32); }

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

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

 a { background-color: rgb(97,84,32); }

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

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

 span { border-color: rgb(97,84,32); }

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