#997A61

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

Shades of Sorrell Brown #997A61

Tints of Sorrell Brown #997A61

Color information

#997A61 (or 0x997A61) is unknown color: approx Sorrell Brown. HEX triplet: 99, 7A and 61. RGB value is (153,122,97). Sum of RGB (Red+Green+Blue) = 153+122+97=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #997A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A61 is #66859E. Grayscale: #808080. Windows color (decimal): -6718879 or 6388377. OLE color: 6388377.

HSL color Cylindrical-coordinate representation of color #997A61: hue angle of 26.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997A61 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB15312297-
CMYK00.200.370.4
HSL26.79º22.4%49.02%-
HSV(B)26.79º36.6%60%-
XYZ22.2521.5514.3-
YUV128.42110.27145.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=41.13%
G=32.80%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531229700.200.370.426.7922.449.02
Hex997A6101425281b1631
Octal2311721410244550332661
Binary10011001111101011000010101001001011010001101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,122,97); }

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

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

 a { background-color: rgb(153,122,97); }

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

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

 span { border-color: rgb(153,122,97); }

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