#606119

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

Shades of Costa Del Sol #606119

Tints of Costa Del Sol #606119

Color information

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

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

Color convert

RGB969725-
CMYK0.0100.740.62
HSL60.83º59.02%23.92%-
HSV(B)60.83º74.23%38.04%-
XYZ9.2711.112.57-
YUV88.4992.17133.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697250.0100.740.6260.8359.0223.92
Hex606119104A3E3d3b18
Octal140141311011276757330
Binary110000011000011100110100101011111011110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606119; }

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

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

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

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

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

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

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

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