#616019

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

Shades of Costa Del Sol #616019

Tints of Costa Del Sol #616019

Color information

#616019 (or 0x616019) is unknown color: approx Costa Del Sol. HEX triplet: 61, 60 and 19. RGB value is (97,96,25). Sum of RGB (Red+Green+Blue) = 97+96+25=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #616019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616019 is #9E9FE6. Grayscale: #585858. Windows color (decimal): -10395623 or 1663073. OLE color: 1663073.

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

Color convert

RGB979625-
CMYK00.010.740.62
HSL59.17º59.02%23.92%-
HSV(B)59.17º74.23%38.04%-
XYZ9.2910.982.55-
YUV88.292.33134.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=44.50%
G=44.04%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97962500.010.740.6259.1759.0223.92
Hex616019014A3E3b3b18
Octal141140310111276737330
Binary110000111000001100101100101011111011101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616019; }

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

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

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

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

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

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

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

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