Html Css Color HEX #958060 Sorrell Brown

📋 copy color: '#958060'

red 149 ◦ green 128 ◦ blue 96

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

Shades of Sorrell Brown #958060

Tints of Sorrell Brown #958060

RGB

 RED value IS 149 (58.59% from 255) = 39.95%

 GREEN value IS 128 (50.39% from 255) = 34.32%

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 39.95%
G = 34.32%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#958060 (or 0x958060) is known color: Sorrell Brown. HEX triplet: 95, 80 and 60. RGB value is (149,128,96). Sum of RGB (Red+Green+Blue) = 149+128+96=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #958060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958060 is #6A7F9F. Grayscale: #828282. Windows color (decimal): -6979488 or 6324373. OLE color: 6324373.

HSL color Cylindrical-coordinate representation of color #958060: hue angle of 36.23º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958060 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 96 -
CMYK 0 0.14 0.36 0.42
HSL 36.23º 0.22% 0.48% -
HSV(B) 36.23º 0.36% 0.58% -
XYZ 22.22 22.67 14.27 -
YUV 130.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 149 128 96 0 0.14 0.36 0.42 36.23 0.22 0.48
Hex 95 80 60 0 E 24 2A 24 16 30
Octal 225 200 140 0 16 44 52 44 26 60
Binary 10010101 10000000 1100000 0 1110 100100 101010 100100 10110 110000

Color Harmonies of #958060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958060

Black with #958060

Text Example


Text Example

White with #958060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958060; }

 p { color: rgb(149,128,96); }

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

background-color css

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

 a { background-color: rgb(149,128,96); }

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

border-color css

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

 span { border-color: rgb(149,128,96); }

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