Html Css Color HEX #9F908F Thatch

📋 copy color: '#9F908F'

red 159 ◦ green 144 ◦ blue 143

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

Shades of Thatch #9F908F

Tints of Thatch #9F908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.29%

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 35.65%
G = 32.29%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F908F (or 0x9F908F) is known color: Thatch. HEX triplet: 9F, 90 and 8F. RGB value is (159,144,143). Sum of RGB (Red+Green+Blue) = 159+144+143=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F908F is #606F70. Grayscale: #949494. Windows color (decimal): -6319985 or 9408671. OLE color: 9408671.

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

Color convert

RGB 159 144 143 -
CMYK 0 0.09 0.10 0.38
HSL 3.75º 0.08% 0.59% -
HSV(B) 3.75º 0.1% 0.62% -
XYZ 29.23 29.3 30.1 -
YUV 148.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 159 144 143 0 0.09 0.10 0.38 3.75 0.08 0.59
Hex 9F 90 8F 0 9 A 26 4 8 3B
Octal 237 220 217 0 11 12 46 4 10 73
Binary 10011111 10010000 10001111 0 1001 1010 100110 100 1000 111011

Color Harmonies of #9F908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F908F

Black with #9F908F

Text Example


Text Example

White with #9F908F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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