Html Css Color HEX #9F7C6E Hemp

📋 copy color: '#9F7C6E'

red 159 ◦ green 124 ◦ blue 110

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

Shades of Hemp #9F7C6E

Tints of Hemp #9F7C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

 BLUE value IS 110 (43.36% from 255) = 27.99%

R = 40.46%
G = 31.55%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F7C6E (or 0x9F7C6E) is known color: Hemp. HEX triplet: 9F, 7C and 6E. RGB value is (159,124,110). Sum of RGB (Red+Green+Blue) = 159+124+110=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7C6E is #608391. Grayscale: #848484. Windows color (decimal): -6325138 or 7240863. OLE color: 7240863.

HSL color Cylindrical-coordinate representation of color #9F7C6E: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F7C6E is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 124 110 -
CMYK 0 0.22 0.31 0.38
HSL 17.14º 0.2% 0.53% -
HSV(B) 17.14º 0.31% 0.62% -
XYZ 24.32 22.91 17.89 -
YUV 132.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 159 124 110 0 0.22 0.31 0.38 17.14 0.2 0.53
Hex 9F 7C 6E 0 16 1F 26 11 14 35
Octal 237 174 156 0 26 37 46 21 24 65
Binary 10011111 1111100 1101110 0 10110 11111 100110 10001 10100 110101

Color Harmonies of #9F7C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7C6E

Black with #9F7C6E

Text Example


Text Example

White with #9F7C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,124,110); }

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

background-color css

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

 a { background-color: rgb(159,124,110); }

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

border-color css

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

 span { border-color: rgb(159,124,110); }

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