#967A60

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

Shades of Sorrell Brown #967A60

Tints of Sorrell Brown #967A60

Color information

#967A60 (or 0x967A60) is unknown color: approx Sorrell Brown. HEX triplet: 96, 7A and 60. RGB value is (150,122,96). Sum of RGB (Red+Green+Blue) = 150+122+96=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #967A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A60 is #69859F. Grayscale: #7F7F7F. Windows color (decimal): -6915488 or 6322838. OLE color: 6322838.

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

Color convert

RGB15012296-
CMYK00.190.360.41
HSL28.89º21.95%48.24%-
HSV(B)28.89º36%58.82%-
XYZ21.6521.2514.03-
YUV127.41110.28144.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=40.76%
G=33.15%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501229600.190.360.4128.8921.9548.24
Hex967A6001324291d1630
Octal2261721400234451352660
Binary10010110111101011000000100111001001010011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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