#615015

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

Shades of Bronze Olive #615015

Tints of Bronze Olive #615015

Color information

#615015 (or 0x615015) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 15. RGB value is (97,80,21). Sum of RGB (Red+Green+Blue) = 97+80+21=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #615015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615015 is #9EAFEA. Grayscale: #4E4E4E. Windows color (decimal): -10399723 or 1396833. OLE color: 1396833.

HSL color Cylindrical-coordinate representation of color #615015: hue angle of 46.58º 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 #615015 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB978021-
CMYK00.180.780.62
HSL46.58º64.41%23.14%-
HSV(B)46.58º78.35%38.04%-
XYZ7.938.331.9-
YUV78.3695.63141.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=48.99%
G=40.40%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97802100.180.780.6246.5864.4123.14
Hex6150150124E3E2f4017
Octal14112025022116765710027
Binary11000011010000101010100101001110111110101111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615015; }

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

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

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

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

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

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

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

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