#978161

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

Shades of Sorrell Brown #978161

Tints of Sorrell Brown #978161

Color information

#978161 (or 0x978161) is unknown color: approx Sorrell Brown. HEX triplet: 97, 81 and 61. RGB value is (151,129,97). Sum of RGB (Red+Green+Blue) = 151+129+97=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #978161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978161 is #687E9E. Grayscale: #848484. Windows color (decimal): -6848159 or 6390167. OLE color: 6390167.

HSL color Cylindrical-coordinate representation of color #978161: hue angle of 35.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978161 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15112997-
CMYK00.150.360.41
HSL35.56º21.77%48.63%-
HSV(B)35.56º35.76%59.22%-
XYZ22.7723.1414.58-
YUV131.93108.29141.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=40.05%
G=34.22%
B=25.73%

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
Decimal1511299700.150.360.4135.5621.7748.63
Hex9781610F2429241631
Octal2272011410174451442661
Binary100101111000000111000010111110010010100110010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978161; }

 p { color: rgb(151,129,97); }

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

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

 a { background-color: rgb(151,129,97); }

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

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

 span { border-color: rgb(151,129,97); }

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