#967D5F

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

Shades of Sorrell Brown #967D5F

Tints of Sorrell Brown #967D5F

Color information

#967D5F (or 0x967D5F) is unknown color: approx Sorrell Brown. HEX triplet: 96, 7D and 5F. RGB value is (150,125,95). Sum of RGB (Red+Green+Blue) = 150+125+95=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #967D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D5F is #6982A0. Grayscale: #818181. Windows color (decimal): -6914721 or 6258070. OLE color: 6258070.

HSL color Cylindrical-coordinate representation of color #967D5F: hue angle of 32.73º degrees, saturation: 0.22, 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 #967D5F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15012595-
CMYK00.170.370.41
HSL32.73º22.45%48.04%-
HSV(B)32.73º36.67%58.82%-
XYZ21.9821.9813.91-
YUV129.06108.78142.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=40.54%
G=33.78%
B=25.68%

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
Decimal1501259500.170.370.4132.7322.4548.04
Hex967D5F0112529211630
Octal2261751370214551412660
Binary100101101111101101111101000110010110100110000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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