#606224

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

Shades of Costa Del Sol #606224

Tints of Costa Del Sol #606224

Color information

#606224 (or 0x606224) is unknown color: approx Costa Del Sol. HEX triplet: 60, 62 and 24. RGB value is (96,98,36). Sum of RGB (Red+Green+Blue) = 96+98+36=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #606224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606224 is #9F9DDB. Grayscale: #5A5A5A. Windows color (decimal): -10460636 or 2384480. OLE color: 2384480.

HSL color Cylindrical-coordinate representation of color #606224: hue angle of 61.94º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #606224 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB969836-
CMYK0.0200.630.62
HSL61.94º46.27%26.27%-
HSV(B)61.94º63.27%38.43%-
XYZ9.5111.353.36-
YUV90.3397.34132.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 36 (14.45% from 255) = 15.65%
R=41.74%
G=42.61%
B=15.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698360.0200.630.6261.9446.2726.27
Hex606224203F3E3e2e1a
Octal14014244207776765632
Binary1100000110001010010010011111111111011111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606224; }

 p { color: rgb(96,98,36); }

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

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

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

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

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

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

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