Html Css Color HEX #9D9976 Tallow

📋 copy color: '#9D9976'

red 157 ◦ green 153 ◦ blue 118

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

Shades of Tallow #9D9976

Tints of Tallow #9D9976

RGB

 RED value IS 157 (61.72% from 255) = 36.68%

 GREEN value IS 153 (60.16% from 255) = 35.75%

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

R = 36.68%
G = 35.75%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D9976 (or 0x9D9976) is known color: Tallow. HEX triplet: 9D, 99 and 76. RGB value is (157,153,118). Sum of RGB (Red+Green+Blue) = 157+153+118=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9976 is #626689. Grayscale: #969696. Windows color (decimal): -6448778 or 7772573. OLE color: 7772573.

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

Color convert

RGB 157 153 118 -
CMYK 0 0.03 0.25 0.38
HSL 53.85º 0.17% 0.54% -
HSV(B) 53.85º 0.25% 0.62% -
XYZ 28.57 31.26 21.67 -
YUV 150.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 157 153 118 0 0.03 0.25 0.38 53.85 0.17 0.54
Hex 9D 99 76 0 3 19 26 36 11 36
Octal 235 231 166 0 3 31 46 66 21 66
Binary 10011101 10011001 1110110 0 11 11001 100110 110110 10001 110110

Color Harmonies of #9D9976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9976

Black with #9D9976

Text Example


Text Example

White with #9D9976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,153,118); }

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

background-color css

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

 a { background-color: rgb(157,153,118); }

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

border-color css

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

 span { border-color: rgb(157,153,118); }

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