#606019

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

Shades of Costa Del Sol #606019

Tints of Costa Del Sol #606019

Color information

#606019 (or 0x606019) is unknown color: approx Costa Del Sol. HEX triplet: 60, 60 and 19. RGB value is (96,96,25). Sum of RGB (Red+Green+Blue) = 96+96+25=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606019 is #9F9FE6. Grayscale: #585858. Windows color (decimal): -10461159 or 1663072. OLE color: 1663072.

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

Color convert

RGB969625-
CMYK000.740.62
HSL60º58.68%23.73%-
HSV(B)60º73.96%37.65%-
XYZ9.1810.922.54-
YUV87.9192.5133.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=44.24%
G=44.24%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969625000.740.626058.6823.73
Hex606019004A3E3c3b18
Octal140140310011276747330
Binary110000011000001100100100101011111011110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606019; }

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

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

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

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

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

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

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

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