#605B35

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

Shades of Costa Del Sol #605B35

Tints of Costa Del Sol #605B35

Color information

#605B35 (or 0x605B35) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5B and 35. RGB value is (96,91,53). Sum of RGB (Red+Green+Blue) = 96+91+53=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #605B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B35 is #9FA4CA. Grayscale: #585858. Windows color (decimal): -10462411 or 3496800. OLE color: 3496800.

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

Color convert

RGB969153-
CMYK00.050.450.62
HSL53.02º28.86%29.22%-
HSV(B)53.02º44.79%37.65%-
XYZ9.2110.234.86-
YUV88.16108.16133.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=40%
G=37.92%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96915300.050.450.6253.0228.8629.22
Hex605B35052D3E351d1d
Octal14013365055576653535
Binary1100000101101111010101011011011111101101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,91,53); }

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

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

 a { background-color: rgb(96,91,53); }

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

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

 span { border-color: rgb(96,91,53); }

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