#967960

Color #967960 Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #967960

Tints of Sorrell Brown #967960

Color information

#967960 (or 0x967960) is unknown color: approx Sorrell Brown. HEX triplet: 96, 79 and 60. RGB value is (150,121,96). Sum of RGB (Red+Green+Blue) = 150+121+96=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #967960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967960 is #69869F. Grayscale: #7E7E7E. Windows color (decimal): -6915744 or 6322582. OLE color: 6322582.

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

Color convert

RGB15012196-
CMYK00.190.360.41
HSL27.78º21.95%48.24%-
HSV(B)27.78º36%58.82%-
XYZ21.532113.99-
YUV126.82110.61144.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=40.87%
G=32.97%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501219600.190.360.4127.7821.9548.24
Hex96796001324291c1630
Octal2261711400234451342660
Binary10010110111100111000000100111001001010011110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967960; }

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

 H1.HeaderClassName
 {
   color: #967960;
 }
 .AnyTagClassName
 {
   color: #967960;
 }
</style>
background-color css

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

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

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

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

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

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