#615C13

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

Shades of Costa Del Sol #615C13

Tints of Costa Del Sol #615C13

Color information

#615C13 (or 0x615C13) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5C and 13. RGB value is (97,92,19). Sum of RGB (Red+Green+Blue) = 97+92+19=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #615C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615C13 is #9EA3EC. Grayscale: #555555. Windows color (decimal): -10396653 or 1268833. OLE color: 1268833.

HSL color Cylindrical-coordinate representation of color #615C13: hue angle of 56.15º 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 #615C13 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB979219-
CMYK00.050.800.62
HSL56.15º67.24%22.75%-
HSV(B)56.15º80.41%38.04%-
XYZ8.8710.242.13-
YUV85.1790.66136.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 19 (7.81% from 255) = 9.13%
R=46.63%
G=44.23%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97921900.050.800.6256.1567.2422.75
Hex615C1305503E384317
Octal1411342305120767010327
Binary110000110111001001101011010000111110111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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