#997F5F

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

Shades of Sorrell Brown #997F5F

Tints of Sorrell Brown #997F5F

Color information

#997F5F (or 0x997F5F) is unknown color: approx Sorrell Brown. HEX triplet: 99, 7F and 5F. RGB value is (153,127,95). Sum of RGB (Red+Green+Blue) = 153+127+95=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #997F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F5F is #6680A0. Grayscale: #838383. Windows color (decimal): -6717601 or 6258585. OLE color: 6258585.

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

Color convert

RGB15312795-
CMYK00.170.380.4
HSL33.1º23.39%48.63%-
HSV(B)33.1º37.91%60%-
XYZ22.7922.7814.02-
YUV131.13107.61143.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=40.8%
G=33.87%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531279500.170.380.433.123.3948.63
Hex997F5F0112628211731
Octal2311771370214650412761
Binary100110011111111101111101000110011010100010000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,127,95); }

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

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

 a { background-color: rgb(153,127,95); }

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

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

 span { border-color: rgb(153,127,95); }

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