#615F13

Color #615F13 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #615F13

Tints of Costa Del Sol #615F13

Color information

#615F13 (or 0x615F13) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5F and 13. RGB value is (97,95,19). Sum of RGB (Red+Green+Blue) = 97+95+19=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #615F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615F13 is #9EA0EC. Grayscale: #575757. Windows color (decimal): -10395885 or 1269601. OLE color: 1269601.

HSL color Cylindrical-coordinate representation of color #615F13: hue angle of 58.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #615F13 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB979519-
CMYK00.020.800.62
HSL58.46º67.24%22.75%-
HSV(B)58.46º80.41%38.04%-
XYZ9.1410.772.21-
YUV86.9389.66135.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 95 (37.5% from 255) = 45.02%
BLUE value IS 19 (7.81% from 255) = 9.00%
R=45.97%
G=45.02%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97951900.020.800.6258.4667.2422.75
Hex615F1302503E3a4317
Octal1411372302120767210327
Binary11000011011111100110101010000111110111010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615F13; }

 p { color: rgb(97,95,19); }

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

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

 a { background-color: rgb(97,95,19); }

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

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

 span { border-color: rgb(97,95,19); }

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