#615019

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

Shades of Bronze Olive #615019

Tints of Bronze Olive #615019

Color information

#615019 (or 0x615019) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 19. RGB value is (97,80,25). Sum of RGB (Red+Green+Blue) = 97+80+25=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #615019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615019 is #9EAFE6. Grayscale: #4F4F4F. Windows color (decimal): -10399719 or 1658977. OLE color: 1658977.

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

Color convert

RGB978025-
CMYK00.180.740.62
HSL45.83º59.02%23.92%-
HSV(B)45.83º74.23%38.04%-
XYZ7.978.352.11-
YUV78.8197.63140.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 25 (10.16% from 255) = 12.38%
R=48.02%
G=39.60%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97802500.180.740.6245.8359.0223.92
Hex6150190124A3E2e3b18
Octal1411203102211276567330
Binary1100001101000011001010010100101011111010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615019; }

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

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

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

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

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

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

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

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