#978266

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

Shades of Sorrell Brown #978266

Tints of Sorrell Brown #978266

Color information

#978266 (or 0x978266) is unknown color: approx Sorrell Brown. HEX triplet: 97, 82 and 66. RGB value is (151,130,102). Sum of RGB (Red+Green+Blue) = 151+130+102=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #978266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978266 is #687D99. Grayscale: #858585. Windows color (decimal): -6847898 or 6718103. OLE color: 6718103.

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

Color convert

RGB151130102-
CMYK00.140.320.41
HSL34.29º19.37%49.61%-
HSV(B)34.29º32.45%59.22%-
XYZ23.1423.515.89-
YUV133.09110.46140.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 102 (40.23% from 255) = 26.63%
R=39.43%
G=33.94%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113010200.140.320.4134.2919.3749.61
Hex9782660E2029221332
Octal2272021460164051422362
Binary100101111000001011001100111010000010100110001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978266; }

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

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

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

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

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

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

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

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