#616014

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

Shades of Costa Del Sol #616014

Tints of Costa Del Sol #616014

Color information

#616014 (or 0x616014) is unknown color: approx Costa Del Sol. HEX triplet: 61, 60 and 14. RGB value is (97,96,20). Sum of RGB (Red+Green+Blue) = 97+96+20=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #616014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616014 is #9E9FEB. Grayscale: #575757. Windows color (decimal): -10395628 or 1335393. OLE color: 1335393.

HSL color Cylindrical-coordinate representation of color #616014: hue angle of 59.22º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #616014 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB979620-
CMYK00.010.790.62
HSL59.22º65.81%22.94%-
HSV(B)59.22º79.38%38.04%-
XYZ9.2410.962.29-
YUV87.6489.83134.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 20 (8.20% from 255) = 9.39%
R=45.54%
G=45.07%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97962000.010.790.6259.2265.8122.94
Hex616014014F3E3b4217
Octal1411402401117767310227
Binary1100001110000010100011001111111110111011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616014; }

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

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

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

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

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

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

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

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