#606018

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

Shades of Costa Del Sol #606018

Tints of Costa Del Sol #606018

Color information

#606018 (or 0x606018) is unknown color: approx Costa Del Sol. HEX triplet: 60, 60 and 18. RGB value is (96,96,24). Sum of RGB (Red+Green+Blue) = 96+96+24=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606018 is #9F9FE7. Grayscale: #585858. Windows color (decimal): -10461160 or 1597536. OLE color: 1597536.

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

Color convert

RGB969624-
CMYK000.750.62
HSL60º60%23.53%-
HSV(B)60º75%37.65%-
XYZ9.1710.922.49-
YUV87.7992133.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 24 (9.77% from 255) = 11.11%
R=44.44%
G=44.44%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969624000.750.62606023.53
Hex606018004B3E3c3c18
Octal140140300011376747430
Binary110000011000001100000100101111111011110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606018; }

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

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

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

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

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

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

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

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