#615615

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

Shades of Bronze Olive #615615

Tints of Bronze Olive #615615

Color information

#615615 (or 0x615615) is unknown color: approx Bronze Olive. HEX triplet: 61, 56 and 15. RGB value is (97,86,21). Sum of RGB (Red+Green+Blue) = 97+86+21=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #615615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615615 is #9EA9EA. Grayscale: #525252. Windows color (decimal): -10398187 or 1398369. OLE color: 1398369.

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

Color convert

RGB978621-
CMYK00.110.780.62
HSL51.32º64.41%23.14%-
HSV(B)51.32º78.35%38.04%-
XYZ8.399.252.05-
YUV81.8893.64138.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=47.55%
G=42.16%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97862100.110.780.6251.3264.4123.14
Hex6156150B4E3E334017
Octal14112625013116766310027
Binary1100001101011010101010111001110111110110011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615615; }

 p { color: rgb(97,86,21); }

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

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

 a { background-color: rgb(97,86,21); }

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

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

 span { border-color: rgb(97,86,21); }

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