#606229

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

Shades of Costa Del Sol #606229

Tints of Costa Del Sol #606229

Color information

#606229 (or 0x606229) is unknown color: approx Costa Del Sol. HEX triplet: 60, 62 and 29. RGB value is (96,98,41). Sum of RGB (Red+Green+Blue) = 96+98+41=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #606229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606229 is #9F9DD6. Grayscale: #5B5B5B. Windows color (decimal): -10460631 or 2712160. OLE color: 2712160.

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

Color convert

RGB969841-
CMYK0.0200.580.62
HSL62.11º41.01%27.25%-
HSV(B)62.11º58.16%38.43%-
XYZ9.5911.383.79-
YUV90.999.84131.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 41 (16.41% from 255) = 17.45%
R=40.85%
G=41.70%
B=17.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698410.0200.580.6262.1141.0127.25
Hex606229203A3E3e291b
Octal14014251207276765133
Binary1100000110001010100110011101011111011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606229; }

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

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

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

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

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

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

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

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