#615018

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

Shades of Bronze Olive #615018

Tints of Bronze Olive #615018

Color information

#615018 (or 0x615018) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 18. RGB value is (97,80,24). Sum of RGB (Red+Green+Blue) = 97+80+24=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #615018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615018 is #9EAFE7. Grayscale: #4E4E4E. Windows color (decimal): -10399720 or 1593441. OLE color: 1593441.

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

Color convert

RGB978024-
CMYK00.180.750.62
HSL46.03º60.33%23.73%-
HSV(B)46.03º75.26%38.04%-
XYZ7.968.342.06-
YUV78.797.13141.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=48.26%
G=39.80%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97802400.180.750.6246.0360.3323.73
Hex6150180124B3E2e3c18
Octal1411203002211376567430
Binary1100001101000011000010010100101111111010111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615018; }

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

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

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

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

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

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

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

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