Html Css Color HEX #606131 Costa Del Sol

📋 copy color: '#606131'

red 96 ◦ green 97 ◦ blue 49

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

Shades of Costa Del Sol #606131

Tints of Costa Del Sol #606131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

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

R = 39.67%
G = 40.08%
B = 20.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#606131 (or 0x606131) is known color: Costa Del Sol. HEX triplet: 60, 61 and 31. RGB value is (96,97,49). Sum of RGB (Red+Green+Blue) = 96+97+49=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #606131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606131 is #9F9ECE. Grayscale: #5B5B5B. Windows color (decimal): -10460879 or 3236192. OLE color: 3236192.

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

Color convert

RGB 96 97 49 -
CMYK 0.01 0 0.49 0.62
HSL 61.25º 0.33% 0.29% -
HSV(B) 61.25º 0.49% 0.38% -
XYZ 9.65 11.26 4.57 -
YUV 91.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 96 97 49 0.01 0 0.49 0.62 61.25 0.33 0.29
Hex 60 61 31 1 0 31 3E 3D 21 1D
Octal 140 141 61 1 0 61 76 75 41 35
Binary 1100000 1100001 110001 1 0 110001 111110 111101 100001 11101

Color Harmonies of #606131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606131

Black with #606131

Text Example


Text Example

White with #606131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606131; }

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

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

background-color css

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

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

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

border-color css

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

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

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