#605F31

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

Shades of Costa Del Sol #605F31

Tints of Costa Del Sol #605F31

Color information

#605F31 (or 0x605F31) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5F and 31. RGB value is (96,95,49). Sum of RGB (Red+Green+Blue) = 96+95+49=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #605F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F31 is #9FA0CE. Grayscale: #5A5A5A. Windows color (decimal): -10461391 or 3235680. OLE color: 3235680.

HSL color Cylindrical-coordinate representation of color #605F31: hue angle of 58.72º 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 #605F31 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB969549-
CMYK00.010.490.62
HSL58.72º32.41%28.43%-
HSV(B)58.72º48.96%37.65%-
XYZ9.4710.894.51-
YUV90.06104.83132.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=40%
G=39.58%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96954900.010.490.6258.7232.4128.43
Hex605F3101313E3b201c
Octal14013761016176734034
Binary110000010111111100010111000111111011101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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