Html Css Color HEX #9F9A75 Tallow

📋 copy color: '#9F9A75'

red 159 ◦ green 154 ◦ blue 117

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

Shades of Tallow #9F9A75

Tints of Tallow #9F9A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.81%

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

R = 36.98%
G = 35.81%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F9A75 (or 0x9F9A75) is known color: Tallow. HEX triplet: 9F, 9A and 75. RGB value is (159,154,117). Sum of RGB (Red+Green+Blue) = 159+154+117=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9A75 is #60658A. Grayscale: #979797. Windows color (decimal): -6317451 or 7707295. OLE color: 7707295.

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

Color convert

RGB 159 154 117 -
CMYK 0 0.03 0.26 0.38
HSL 52.86º 0.18% 0.54% -
HSV(B) 52.86º 0.26% 0.62% -
XYZ 29.06 31.77 21.43 -
YUV 151.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 159 154 117 0 0.03 0.26 0.38 52.86 0.18 0.54
Hex 9F 9A 75 0 3 1A 26 35 12 36
Octal 237 232 165 0 3 32 46 65 22 66
Binary 10011111 10011010 1110101 0 11 11010 100110 110101 10010 110110

Color Harmonies of #9F9A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9A75

Black with #9F9A75

Text Example


Text Example

White with #9F9A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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