Html Css Color HEX #9F9479 Tallow

📋 copy color: '#9F9479'

red 159 ◦ green 148 ◦ blue 121

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

Shades of Tallow #9F9479

Tints of Tallow #9F9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 121 (47.66% from 255) = 28.27%

R = 37.15%
G = 34.58%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F9479 (or 0x9F9479) is known color: Tallow. HEX triplet: 9F, 94 and 79. RGB value is (159,148,121). Sum of RGB (Red+Green+Blue) = 159+148+121=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9479 is #606B86. Grayscale: #949494. Windows color (decimal): -6318983 or 7967903. OLE color: 7967903.

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

Color convert

RGB 159 148 121 -
CMYK 0 0.07 0.24 0.38
HSL 42.63º 0.17% 0.55% -
HSV(B) 42.63º 0.24% 0.62% -
XYZ 28.34 29.93 22.37 -
YUV 148.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 159 148 121 0 0.07 0.24 0.38 42.63 0.17 0.55
Hex 9F 94 79 0 7 18 26 2B 11 37
Octal 237 224 171 0 7 30 46 53 21 67
Binary 10011111 10010100 1111001 0 111 11000 100110 101011 10001 110111

Color Harmonies of #9F9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9479

Black with #9F9479

Text Example


Text Example

White with #9F9479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,121); }

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

background-color css

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

 a { background-color: rgb(159,148,121); }

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

border-color css

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

 span { border-color: rgb(159,148,121); }

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