Html Css Color HEX #9F7E6E Hemp

📋 copy color: '#9F7E6E'

red 159 ◦ green 126 ◦ blue 110

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

Shades of Hemp #9F7E6E

Tints of Hemp #9F7E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

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

R = 40.25%
G = 31.9%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F7E6E (or 0x9F7E6E) is known color: Hemp. HEX triplet: 9F, 7E and 6E. RGB value is (159,126,110). Sum of RGB (Red+Green+Blue) = 159+126+110=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E6E is #608191. Grayscale: #868686. Windows color (decimal): -6324626 or 7241375. OLE color: 7241375.

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

Color convert

RGB 159 126 110 -
CMYK 0 0.21 0.31 0.38
HSL 19.59º 0.2% 0.53% -
HSV(B) 19.59º 0.31% 0.62% -
XYZ 24.57 23.42 17.98 -
YUV 134.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 159 126 110 0 0.21 0.31 0.38 19.59 0.2 0.53
Hex 9F 7E 6E 0 15 1F 26 14 14 35
Octal 237 176 156 0 25 37 46 24 24 65
Binary 10011111 1111110 1101110 0 10101 11111 100110 10100 10100 110101

Color Harmonies of #9F7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7E6E

Black with #9F7E6E

Text Example


Text Example

White with #9F7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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