Html Css Color HEX #9F9675 Tallow

📋 copy color: '#9F9675'

red 159 ◦ green 150 ◦ blue 117

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

Shades of Tallow #9F9675

Tints of Tallow #9F9675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.21%

 BLUE value IS 117 (46.09% from 255) = 27.46%

R = 37.32%
G = 35.21%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F9675 (or 0x9F9675) is known color: Tallow. HEX triplet: 9F, 96 and 75. RGB value is (159,150,117). Sum of RGB (Red+Green+Blue) = 159+150+117=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9675 is #60698A. Grayscale: #959595. Windows color (decimal): -6318475 or 7706271. OLE color: 7706271.

HSL color Cylindrical-coordinate representation of color #9F9675: hue angle of 47.14º 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 #9F9675 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 150 117 -
CMYK 0 0.06 0.26 0.38
HSL 47.14º 0.18% 0.54% -
HSV(B) 47.14º 0.26% 0.62% -
XYZ 28.42 30.47 21.21 -
YUV 148.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 159 150 117 0 0.06 0.26 0.38 47.14 0.18 0.54
Hex 9F 96 75 0 6 1A 26 2F 12 36
Octal 237 226 165 0 6 32 46 57 22 66
Binary 10011111 10010110 1110101 0 110 11010 100110 101111 10010 110110

Color Harmonies of #9F9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9675

Black with #9F9675

Text Example


Text Example

White with #9F9675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,150,117); }

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

background-color css

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

 a { background-color: rgb(159,150,117); }

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

border-color css

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

 span { border-color: rgb(159,150,117); }

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