#978466

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

Shades of Sorrell Brown #978466

Tints of Sorrell Brown #978466

Color information

#978466 (or 0x978466) is unknown color: approx Sorrell Brown. HEX triplet: 97, 84 and 66. RGB value is (151,132,102). Sum of RGB (Red+Green+Blue) = 151+132+102=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #978466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978466 is #687B99. Grayscale: #868686. Windows color (decimal): -6847386 or 6718615. OLE color: 6718615.

HSL color Cylindrical-coordinate representation of color #978466: hue angle of 36.73º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #978466 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB151132102-
CMYK00.130.320.41
HSL36.73º19.37%49.61%-
HSV(B)36.73º32.45%59.22%-
XYZ23.4124.0415.98-
YUV134.26109.79139.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=39.22%
G=34.29%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113210200.130.320.4136.7319.3749.61
Hex9784660D2029251332
Octal2272041460154051452362
Binary100101111000010011001100110110000010100110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978466; }

 p { color: rgb(151,132,102); }

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

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

 a { background-color: rgb(151,132,102); }

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

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

 span { border-color: rgb(151,132,102); }

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