Html Css Color HEX #605A31 Costa Del Sol

📋 copy color: '#605A31'

red 96 ◦ green 90 ◦ blue 49

#605A31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Costa Del Sol #605A31

Tints of Costa Del Sol #605A31

RGB

 RED value IS 96 (37.89% from 255) = 40.85%

 GREEN value IS 90 (35.55% from 255) = 38.3%

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 40.85%
G = 38.3%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#605A31 (or 0x605A31) is known color: Costa Del Sol. HEX triplet: 60, 5A and 31. RGB value is (96,90,49). Sum of RGB (Red+Green+Blue) = 96+90+49=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #605A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A31 is #9FA5CE. Grayscale: #575757. Windows color (decimal): -10462671 or 3234400. OLE color: 3234400.

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

Color convert

RGB 96 90 49 -
CMYK 0 0.06 0.49 0.62
HSL 52.34º 0.32% 0.28% -
HSV(B) 52.34º 0.49% 0.38% -
XYZ 9.03 10.02 4.36 -
YUV 87.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 96 90 49 0 0.06 0.49 0.62 52.34 0.32 0.28
Hex 60 5A 31 0 6 31 3E 34 20 1C
Octal 140 132 61 0 6 61 76 64 40 34
Binary 1100000 1011010 110001 0 110 110001 111110 110100 100000 11100

Color Harmonies of #605A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A31

Black with #605A31

Text Example


Text Example

White with #605A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #605A31;
 }
 .AnyTagClassName
 {
   color: #605A31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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