Html Css Color HEX #9F9776 Tallow

📋 copy color: '#9F9776'

red 159 ◦ green 151 ◦ blue 118

#9F9776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tallow #9F9776

Tints of Tallow #9F9776

RGB

 RED value IS 159 (62.5% from 255) = 37.15%

 GREEN value IS 151 (59.38% from 255) = 35.28%

 BLUE value IS 118 (46.48% from 255) = 27.57%

R = 37.15%
G = 35.28%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F9776 (or 0x9F9776) is known color: Tallow. HEX triplet: 9F, 97 and 76. RGB value is (159,151,118). Sum of RGB (Red+Green+Blue) = 159+151+118=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9776 is #606889. Grayscale: #959595. Windows color (decimal): -6318218 or 7772063. OLE color: 7772063.

HSL color Cylindrical-coordinate representation of color #9F9776: hue angle of 48.29º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F9776 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 151 118 -
CMYK 0 0.05 0.26 0.38
HSL 48.29º 0.18% 0.54% -
HSV(B) 48.29º 0.26% 0.62% -
XYZ 28.63 30.81 21.58 -
YUV 149.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 159 151 118 0 0.05 0.26 0.38 48.29 0.18 0.54
Hex 9F 97 76 0 5 1A 26 30 12 36
Octal 237 227 166 0 5 32 46 60 22 66
Binary 10011111 10010111 1110110 0 101 11010 100110 110000 10010 110110

Color Harmonies of #9F9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9776

Black with #9F9776

Text Example


Text Example

White with #9F9776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F9776; }

 p { color: rgb(159,151,118); }

 H1.HeaderClassName
 {
   color: #9F9776;
 }
 .AnyTagClassName
 {
   color: #9F9776;
 }
</style>

background-color css

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

 a { background-color: rgb(159,151,118); }

 div.DivClassName
 {
   background-color: #9F9776;
 }
 .BgClassName
 {
   background-color: #9F9776;
 }
</style>

border-color css

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

 span { border-color: rgb(159,151,118); }

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