#967963

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

Shades of Sorrell Brown #967963

Tints of Sorrell Brown #967963

Color information

#967963 (or 0x967963) is unknown color: approx Sorrell Brown. HEX triplet: 96, 79 and 63. RGB value is (150,121,99). Sum of RGB (Red+Green+Blue) = 150+121+99=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #967963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967963 is #69869C. Grayscale: #7F7F7F. Windows color (decimal): -6915741 or 6519190. OLE color: 6519190.

HSL color Cylindrical-coordinate representation of color #967963: hue angle of 25.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #967963 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB15012199-
CMYK00.190.340.41
HSL25.88º20.48%48.82%-
HSV(B)25.88º34%58.82%-
XYZ21.6721.0614.73-
YUV127.16112.11144.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=40.54%
G=32.70%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501219900.190.340.4125.8820.4848.82
Hex96796301322291a1431
Octal2261711430234251322461
Binary10010110111100111000110100111000101010011101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967963; }

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

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

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

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

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

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

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

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