#606231

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

Shades of Costa Del Sol #606231

Tints of Costa Del Sol #606231

Color information

#606231 (or 0x606231) is unknown color: approx Costa Del Sol. HEX triplet: 60, 62 and 31. RGB value is (96,98,49). Sum of RGB (Red+Green+Blue) = 96+98+49=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #606231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606231 is #9F9DCE. Grayscale: #5C5C5C. Windows color (decimal): -10460623 or 3236448. OLE color: 3236448.

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

Color convert

RGB969849-
CMYK0.0200.50.62
HSL62.45º33.33%28.82%-
HSV(B)62.45º50%38.43%-
XYZ9.7511.444.6-
YUV91.82103.84130.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=39.51%
G=40.33%
B=20.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698490.0200.50.6262.4533.3328.82
Hex60623120323E3e211d
Octal14014261206276764135
Binary1100000110001011000110011001011111011111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606231; }

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

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

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

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

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

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

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

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