Html Css Color HEX #9D867F Hemp

📋 copy color: '#9D867F'

red 157 ◦ green 134 ◦ blue 127

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

Shades of Hemp #9D867F

Tints of Hemp #9D867F

RGB

 RED value IS 157 (61.72% from 255) = 37.56%

 GREEN value IS 134 (52.73% from 255) = 32.06%

 BLUE value IS 127 (50% from 255) = 30.38%

R = 37.56%
G = 32.06%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D867F (or 0x9D867F) is known color: Hemp. HEX triplet: 9D, 86 and 7F. RGB value is (157,134,127). Sum of RGB (Red+Green+Blue) = 157+134+127=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D867F is #627980. Grayscale: #8C8C8C. Windows color (decimal): -6453633 or 8357533. OLE color: 8357533.

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

Color convert

RGB 157 134 127 -
CMYK 0 0.15 0.19 0.38
HSL 14º 0.13% 0.56% -
HSV(B) 14º 0.19% 0.62% -
XYZ 26.26 25.75 23.66 -
YUV 140.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 157 134 127 0 0.15 0.19 0.38 14 0.13 0.56
Hex 9D 86 7F 0 F 13 26 E D 38
Octal 235 206 177 0 17 23 46 16 15 70
Binary 10011101 10000110 1111111 0 1111 10011 100110 1110 1101 111000

Color Harmonies of #9D867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D867F

Black with #9D867F

Text Example


Text Example

White with #9D867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,134,127); }

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

background-color css

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

 a { background-color: rgb(157,134,127); }

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

border-color css

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

 span { border-color: rgb(157,134,127); }

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