Html Css Color HEX #9F857D Hemp

📋 copy color: '#9F857D'

red 159 ◦ green 133 ◦ blue 125

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

Shades of Hemp #9F857D

Tints of Hemp #9F857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 38.13%
G = 31.89%
B = 29.98%

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

#9F857D (or 0x9F857D) is known color: Hemp. HEX triplet: 9F, 85 and 7D. RGB value is (159,133,125). Sum of RGB (Red+Green+Blue) = 159+133+125=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F857D is #607A82. Grayscale: #8B8B8B. Windows color (decimal): -6322819 or 8226207. OLE color: 8226207.

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

Color convert

RGB 159 133 125 -
CMYK 0 0.16 0.21 0.38
HSL 14.12º 0.15% 0.56% -
HSV(B) 14.12º 0.21% 0.62% -
XYZ 26.39 25.63 22.96 -
YUV 139.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 159 133 125 0 0.16 0.21 0.38 14.12 0.15 0.56
Hex 9F 85 7D 0 10 15 26 E F 38
Octal 237 205 175 0 20 25 46 16 17 70
Binary 10011111 10000101 1111101 0 10000 10101 100110 1110 1111 111000

Color Harmonies of #9F857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F857D

Black with #9F857D

Text Example


Text Example

White with #9F857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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