#967D5E

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

Shades of Sorrell Brown #967D5E

Tints of Sorrell Brown #967D5E

Color information

#967D5E (or 0x967D5E) is unknown color: approx Sorrell Brown. HEX triplet: 96, 7D and 5E. RGB value is (150,125,94). Sum of RGB (Red+Green+Blue) = 150+125+94=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #967D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D5E is #6982A1. Grayscale: #818181. Windows color (decimal): -6914722 or 6192534. OLE color: 6192534.

HSL color Cylindrical-coordinate representation of color #967D5E: hue angle of 33.21º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #967D5E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15012594-
CMYK00.170.370.41
HSL33.21º22.95%47.84%-
HSV(B)33.21º37.33%58.82%-
XYZ21.9321.9613.67-
YUV128.94108.28143.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=40.65%
G=33.88%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501259400.170.370.4133.2122.9547.84
Hex967D5E0112529211730
Octal2261751360214551412760
Binary100101101111101101111001000110010110100110000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967D5E; }

 p { color: rgb(150,125,94); }

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

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

 a { background-color: rgb(150,125,94); }

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

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

 span { border-color: rgb(150,125,94); }

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