Html Css Color HEX #9F7D6C Hemp

📋 copy color: '#9F7D6C'

red 159 ◦ green 125 ◦ blue 108

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

Shades of Hemp #9F7D6C

Tints of Hemp #9F7D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.89%

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 40.56%
G = 31.89%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F7D6C (or 0x9F7D6C) is known color: Hemp. HEX triplet: 9F, 7D and 6C. RGB value is (159,125,108). Sum of RGB (Red+Green+Blue) = 159+125+108=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D6C is #608293. Grayscale: #858585. Windows color (decimal): -6324884 or 7110047. OLE color: 7110047.

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

Color convert

RGB 159 125 108 -
CMYK 0 0.21 0.32 0.38
HSL 20º 0.21% 0.52% -
HSV(B) 20º 0.32% 0.62% -
XYZ 24.34 23.12 17.37 -
YUV 133.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 159 125 108 0 0.21 0.32 0.38 20 0.21 0.52
Hex 9F 7D 6C 0 15 20 26 14 15 34
Octal 237 175 154 0 25 40 46 24 25 64
Binary 10011111 1111101 1101100 0 10101 100000 100110 10100 10101 110100

Color Harmonies of #9F7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7D6C

Black with #9F7D6C

Text Example


Text Example

White with #9F7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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