#616020

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

Shades of Costa Del Sol #616020

Tints of Costa Del Sol #616020

Color information

#616020 (or 0x616020) is unknown color: approx Costa Del Sol. HEX triplet: 61, 60 and 20. RGB value is (97,96,32). Sum of RGB (Red+Green+Blue) = 97+96+32=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #616020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616020 is #9E9FDF. Grayscale: #595959. Windows color (decimal): -10395616 or 2121825. OLE color: 2121825.

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

Color convert

RGB979632-
CMYK00.010.670.62
HSL59.08º50.39%25.29%-
HSV(B)59.08º67.01%38.04%-
XYZ9.3711.013-
YUV8995.83133.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=43.11%
G=42.67%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97963200.010.670.6259.0850.3925.29
Hex61602001433E3b3219
Octal141140400110376736231
Binary1100001110000010000001100001111111011101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616020; }

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

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

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

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

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

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

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

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