#978060

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

Shades of Sorrell Brown #978060

Tints of Sorrell Brown #978060

Color information

#978060 (or 0x978060) is unknown color: approx Sorrell Brown. HEX triplet: 97, 80 and 60. RGB value is (151,128,96). Sum of RGB (Red+Green+Blue) = 151+128+96=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #978060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978060 is #687F9F. Grayscale: #838383. Windows color (decimal): -6848416 or 6324375. OLE color: 6324375.

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

Color convert

RGB15112896-
CMYK00.150.360.41
HSL34.91º22.27%48.43%-
HSV(B)34.91º36.42%59.22%-
XYZ22.5922.8614.29-
YUV131.23108.12142.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=40.27%
G=34.13%
B=25.6%

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
Decimal1511289600.150.360.4134.9122.2748.43
Hex9780600F2429231630
Octal2272001400174451432660
Binary100101111000000011000000111110010010100110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978060; }

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

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

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

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

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

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

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

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