Html Css Color HEX #968160 Sorrell Brown

📋 copy color: '#968160'

red 150 ◦ green 129 ◦ blue 96

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

Shades of Sorrell Brown #968160

Tints of Sorrell Brown #968160

RGB

 RED value IS 150 (58.98% from 255) = 40%

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

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

R = 40%
G = 34.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#968160 (or 0x968160) is known color: Sorrell Brown. HEX triplet: 96, 81 and 60. RGB value is (150,129,96). Sum of RGB (Red+Green+Blue) = 150+129+96=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #968160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968160 is #697E9F. Grayscale: #838383. Windows color (decimal): -6913696 or 6324630. OLE color: 6324630.

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

Color convert

RGB 150 129 96 -
CMYK 0 0.14 0.36 0.41
HSL 36.67º 0.22% 0.48% -
HSV(B) 36.67º 0.36% 0.59% -
XYZ 22.54 23.03 14.32 -
YUV 131.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 150 129 96 0 0.14 0.36 0.41 36.67 0.22 0.48
Hex 96 81 60 0 E 24 29 25 16 30
Octal 226 201 140 0 16 44 51 45 26 60
Binary 10010110 10000001 1100000 0 1110 100100 101001 100101 10110 110000

Color Harmonies of #968160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968160

Black with #968160

Text Example


Text Example

White with #968160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968160; }

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

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

background-color css

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

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

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

border-color css

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

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

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