#968060

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

Shades of Sorrell Brown #968060

Tints of Sorrell Brown #968060

Color information

#968060 (or 0x968060) is unknown color: approx Sorrell Brown. HEX triplet: 96, 80 and 60. RGB value is (150,128,96). Sum of RGB (Red+Green+Blue) = 150+128+96=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #968060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968060 is #697F9F. Grayscale: #838383. Windows color (decimal): -6913952 or 6324374. OLE color: 6324374.

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

Color convert

RGB15012896-
CMYK00.150.360.41
HSL35.56º21.95%48.24%-
HSV(B)35.56º36%58.82%-
XYZ22.4122.7714.28-
YUV130.93108.29141.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 96 (37.89% from 255) = 25.67%
R=40.11%
G=34.22%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501289600.150.360.4135.5621.9548.24
Hex9680600F2429241630
Octal2262001400174451442660
Binary100101101000000011000000111110010010100110010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968060; }

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

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

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

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

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

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

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

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