#997C66

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

Shades of Sorrell Brown #997C66

Tints of Sorrell Brown #997C66

Color information

#997C66 (or 0x997C66) is unknown color: approx Sorrell Brown. HEX triplet: 99, 7C and 66. RGB value is (153,124,102). Sum of RGB (Red+Green+Blue) = 153+124+102=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #997C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C66 is #668399. Grayscale: #828282. Windows color (decimal): -6718362 or 6716569. OLE color: 6716569.

HSL color Cylindrical-coordinate representation of color #997C66: hue angle of 25.88º 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 #997C66 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB153124102-
CMYK00.190.330.4
HSL25.88º20%50%-
HSV(B)25.88º33.33%60%-
XYZ22.7422.1515.65-
YUV130.16112.11144.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=40.37%
G=32.72%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312410200.190.330.425.882050
Hex997C6601321281a1432
Octal2311741460234150322462
Binary10011001111110011001100100111000011010001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997C66; }

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

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

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

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

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

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

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

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