#606228

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

Shades of Costa Del Sol #606228

Tints of Costa Del Sol #606228

Color information

#606228 (or 0x606228) is unknown color: approx Costa Del Sol. HEX triplet: 60, 62 and 28. RGB value is (96,98,40). Sum of RGB (Red+Green+Blue) = 96+98+40=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #606228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606228 is #9F9DD7. Grayscale: #5B5B5B. Windows color (decimal): -10460632 or 2646624. OLE color: 2646624.

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

Color convert

RGB969840-
CMYK0.0200.590.62
HSL62.07º42.03%27.06%-
HSV(B)62.07º59.18%38.43%-
XYZ9.5711.383.7-
YUV90.7999.34131.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=41.03%
G=41.88%
B=17.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698400.0200.590.6262.0742.0327.06
Hex606228203B3E3e2a1b
Octal14014250207376765233
Binary1100000110001010100010011101111111011111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606228; }

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

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

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

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

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

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

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

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