Html Css Color HEX #958160 Sorrell Brown

📋 copy color: '#958160'

red 149 ◦ green 129 ◦ blue 96

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

Shades of Sorrell Brown #958160

Tints of Sorrell Brown #958160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.49%

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

R = 39.84%
G = 34.49%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#958160 (or 0x958160) is known color: Sorrell Brown. HEX triplet: 95, 81 and 60. RGB value is (149,129,96). Sum of RGB (Red+Green+Blue) = 149+129+96=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #958160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958160 is #6A7E9F. Grayscale: #838383. Windows color (decimal): -6979232 or 6324629. OLE color: 6324629.

HSL color Cylindrical-coordinate representation of color #958160: hue angle of 37.36º 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 #958160 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 96 -
CMYK 0 0.13 0.36 0.42
HSL 37.36º 0.22% 0.48% -
HSV(B) 37.36º 0.36% 0.58% -
XYZ 22.36 22.93 14.31 -
YUV 131.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 149 129 96 0 0.13 0.36 0.42 37.36 0.22 0.48
Hex 95 81 60 0 D 24 2A 25 16 30
Octal 225 201 140 0 15 44 52 45 26 60
Binary 10010101 10000001 1100000 0 1101 100100 101010 100101 10110 110000

Color Harmonies of #958160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958160

Black with #958160

Text Example


Text Example

White with #958160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958160; }

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

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

background-color css

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

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

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

border-color css

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

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

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