#615016

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

Shades of Bronze Olive #615016

Tints of Bronze Olive #615016

Color information

#615016 (or 0x615016) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 16. RGB value is (97,80,22). Sum of RGB (Red+Green+Blue) = 97+80+22=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #615016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615016 is #9EAFE9. Grayscale: #4E4E4E. Windows color (decimal): -10399722 or 1462369. OLE color: 1462369.

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

Color convert

RGB978022-
CMYK00.180.770.62
HSL46.4º63.03%23.33%-
HSV(B)46.4º77.32%38.04%-
XYZ7.948.341.95-
YUV78.4796.13141.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=48.74%
G=40.20%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97802200.180.770.6246.463.0323.33
Hex6150160124D3E2e3f17
Octal1411202602211576567727
Binary1100001101000010110010010100110111111010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615016; }

 p { color: rgb(97,80,22); }

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

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

 a { background-color: rgb(97,80,22); }

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

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

 span { border-color: rgb(97,80,22); }

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