#997964

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

Shades of Sorrell Brown #997964

Tints of Sorrell Brown #997964

Color information

#997964 (or 0x997964) is unknown color: approx Sorrell Brown. HEX triplet: 99, 79 and 64. RGB value is (153,121,100). Sum of RGB (Red+Green+Blue) = 153+121+100=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #997964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997964 is #66869B. Grayscale: #808080. Windows color (decimal): -6719132 or 6584729. OLE color: 6584729.

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

Color convert

RGB153121100-
CMYK00.210.350.4
HSL23.77º20.95%49.61%-
HSV(B)23.77º34.64%60%-
XYZ22.2721.3715.01-
YUV128.17112.1145.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=40.91%
G=32.35%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312110000.210.350.423.7720.9549.61
Hex9979640152328181532
Octal2311711440254350302562
Binary10011001111100111001000101011000111010001100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997964; }

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

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

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

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

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

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

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

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