#615418

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

Shades of Bronze Olive #615418

Tints of Bronze Olive #615418

Color information

#615418 (or 0x615418) is unknown color: approx Bronze Olive. HEX triplet: 61, 54 and 18. RGB value is (97,84,24). Sum of RGB (Red+Green+Blue) = 97+84+24=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #615418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615418 is #9EABE7. Grayscale: #515151. Windows color (decimal): -10398696 or 1594465. OLE color: 1594465.

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

Color convert

RGB978424-
CMYK00.130.750.62
HSL49.32º60.33%23.73%-
HSV(B)49.32º75.26%38.04%-
XYZ8.268.952.16-
YUV81.0595.81139.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 24 (9.77% from 255) = 11.71%
R=47.32%
G=40.98%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97842400.130.750.6249.3260.3323.73
Hex6154180D4B3E313c18
Octal1411243001511376617430
Binary110000110101001100001101100101111111011000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615418; }

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

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

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

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

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

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

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

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