Html Css Color HEX #9F857E Hemp

📋 copy color: '#9F857E'

red 159 ◦ green 133 ◦ blue 126

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

Shades of Hemp #9F857E

Tints of Hemp #9F857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 38.04%
G = 31.82%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F857E (or 0x9F857E) is known color: Hemp. HEX triplet: 9F, 85 and 7E. RGB value is (159,133,126). Sum of RGB (Red+Green+Blue) = 159+133+126=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F857E is #607A81. Grayscale: #8C8C8C. Windows color (decimal): -6322818 or 8291743. OLE color: 8291743.

HSL color Cylindrical-coordinate representation of color #9F857E: hue angle of 12.73º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F857E is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 133 126 -
CMYK 0 0.16 0.21 0.38
HSL 12.73º 0.15% 0.56% -
HSV(B) 12.73º 0.21% 0.62% -
XYZ 26.45 25.65 23.3 -
YUV 139.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 159 133 126 0 0.16 0.21 0.38 12.73 0.15 0.56
Hex 9F 85 7E 0 10 15 26 D F 38
Octal 237 205 176 0 20 25 46 15 17 70
Binary 10011111 10000101 1111110 0 10000 10101 100110 1101 1111 111000

Color Harmonies of #9F857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F857E

Black with #9F857E

Text Example


Text Example

White with #9F857E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,133,126); }

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

background-color css

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

 a { background-color: rgb(159,133,126); }

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

border-color css

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

 span { border-color: rgb(159,133,126); }

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