#997966

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

Shades of Sorrell Brown #997966

Tints of Sorrell Brown #997966

Color information

#997966 (or 0x997966) is unknown color: approx Sorrell Brown. HEX triplet: 99, 79 and 66. RGB value is (153,121,102). Sum of RGB (Red+Green+Blue) = 153+121+102=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #997966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997966 is #668699. Grayscale: #808080. Windows color (decimal): -6719130 or 6715801. OLE color: 6715801.

HSL color Cylindrical-coordinate representation of color #997966: hue angle of 22.35º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997966 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB153121102-
CMYK00.210.330.4
HSL22.35º20%50%-
HSV(B)22.35º33.33%60%-
XYZ22.3721.4115.52-
YUV128.4113.1145.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=40.69%
G=32.18%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312110200.210.330.422.352050
Hex9979660152128161432
Octal2311711460254150262462
Binary10011001111100111001100101011000011010001011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997966; }

 p { color: rgb(153,121,102); }

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

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

 a { background-color: rgb(153,121,102); }

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

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

 span { border-color: rgb(153,121,102); }

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