#605D31

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

Shades of Costa Del Sol #605D31

Tints of Costa Del Sol #605D31

Color information

#605D31 (or 0x605D31) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5D and 31. RGB value is (96,93,49). Sum of RGB (Red+Green+Blue) = 96+93+49=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #605D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D31 is #9FA2CE. Grayscale: #595959. Windows color (decimal): -10461903 or 3235168. OLE color: 3235168.

HSL color Cylindrical-coordinate representation of color #605D31: hue angle of 56.17º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #605D31 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB969349-
CMYK00.030.490.62
HSL56.17º32.41%28.43%-
HSV(B)56.17º48.96%37.65%-
XYZ9.2910.544.45-
YUV88.88105.49133.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=40.34%
G=39.08%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96934900.030.490.6256.1732.4128.43
Hex605D3103313E38201c
Octal14013561036176704034
Binary1100000101110111000101111000111111011100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605D31; }

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

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

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

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

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

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

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

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