#616018

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

Shades of Costa Del Sol #616018

Tints of Costa Del Sol #616018

Color information

#616018 (or 0x616018) is unknown color: approx Costa Del Sol. HEX triplet: 61, 60 and 18. RGB value is (97,96,24). Sum of RGB (Red+Green+Blue) = 97+96+24=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #616018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616018 is #9E9FE7. Grayscale: #585858. Windows color (decimal): -10395624 or 1597537. OLE color: 1597537.

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

Color convert

RGB979624-
CMYK00.010.750.62
HSL59.18º60.33%23.73%-
HSV(B)59.18º75.26%38.04%-
XYZ9.2810.972.49-
YUV88.0991.83134.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 24 (9.77% from 255) = 11.06%
R=44.70%
G=44.24%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97962400.010.750.6259.1860.3323.73
Hex616018014B3E3b3c18
Octal141140300111376737430
Binary110000111000001100001100101111111011101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616018; }

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

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

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

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

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

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

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

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