Html Css Color HEX #9F8F8C Thatch

📋 copy color: '#9F8F8C'

red 159 ◦ green 143 ◦ blue 140

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

Shades of Thatch #9F8F8C

Tints of Thatch #9F8F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 35.97%
G = 32.35%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F8F8C (or 0x9F8F8C) is known color: Thatch. HEX triplet: 9F, 8F and 8C. RGB value is (159,143,140). Sum of RGB (Red+Green+Blue) = 159+143+140=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F8C is #607073. Grayscale: #939393. Windows color (decimal): -6320244 or 9211807. OLE color: 9211807.

HSL color Cylindrical-coordinate representation of color #9F8F8C: hue angle of 9.47º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F8F8C is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 143 140 -
CMYK 0 0.10 0.12 0.38
HSL 9.47º 0.09% 0.59% -
HSV(B) 9.47º 0.12% 0.62% -
XYZ 28.85 28.91 28.87 -
YUV 147.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 159 143 140 0 0.10 0.12 0.38 9.47 0.09 0.59
Hex 9F 8F 8C 0 A C 26 9 9 3B
Octal 237 217 214 0 12 14 46 11 11 73
Binary 10011111 10001111 10001100 0 1010 1100 100110 1001 1001 111011

Color Harmonies of #9F8F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8F8C

Black with #9F8F8C

Text Example


Text Example

White with #9F8F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,140); }

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

background-color css

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

 a { background-color: rgb(159,143,140); }

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

border-color css

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

 span { border-color: rgb(159,143,140); }

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