#606221

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

Shades of Costa Del Sol #606221

Tints of Costa Del Sol #606221

Color information

#606221 (or 0x606221) is unknown color: approx Costa Del Sol. HEX triplet: 60, 62 and 21. RGB value is (96,98,33). Sum of RGB (Red+Green+Blue) = 96+98+33=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #606221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606221 is #9F9DDE. Grayscale: #5A5A5A. Windows color (decimal): -10460639 or 2187872. OLE color: 2187872.

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

Color convert

RGB969833-
CMYK0.0200.660.62
HSL61.85º49.62%25.69%-
HSV(B)61.85º66.33%38.43%-
XYZ9.4711.333.13-
YUV89.9995.84132.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=42.29%
G=43.17%
B=14.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698330.0200.660.6261.8549.6225.69
Hex60622120423E3e321a
Octal140142412010276766232
Binary11000001100010100001100100001011111011111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606221; }

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

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

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

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

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

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

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

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