#615218

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

Shades of Bronze Olive #615218

Tints of Bronze Olive #615218

Color information

#615218 (or 0x615218) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 18. RGB value is (97,82,24). Sum of RGB (Red+Green+Blue) = 97+82+24=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #615218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615218 is #9EADE7. Grayscale: #505050. Windows color (decimal): -10399208 or 1593953. OLE color: 1593953.

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

Color convert

RGB978224-
CMYK00.150.750.62
HSL47.67º60.33%23.73%-
HSV(B)47.67º75.26%38.04%-
XYZ8.118.642.1-
YUV79.8796.47140.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=47.78%
G=40.39%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97822400.150.750.6247.6760.3323.73
Hex6152180F4B3E303c18
Octal1411223001711376607430
Binary110000110100101100001111100101111111011000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615218; }

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

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

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

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

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

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

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

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