#967D60

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

Shades of Sorrell Brown #967D60

Tints of Sorrell Brown #967D60

Color information

#967D60 (or 0x967D60) is unknown color: approx Sorrell Brown. HEX triplet: 96, 7D and 60. RGB value is (150,125,96). Sum of RGB (Red+Green+Blue) = 150+125+96=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #967D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D60 is #69829F. Grayscale: #818181. Windows color (decimal): -6914720 or 6323606. OLE color: 6323606.

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

Color convert

RGB15012596-
CMYK00.170.360.41
HSL32.22º21.95%48.24%-
HSV(B)32.22º36%58.82%-
XYZ22.022214.15-
YUV129.17109.28142.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=40.43%
G=33.69%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501259600.170.360.4132.2221.9548.24
Hex967D600112429201630
Octal2261751400214451402660
Binary100101101111101110000001000110010010100110000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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