Html Css Color HEX #9D7E6E Hemp

📋 copy color: '#9D7E6E'

red 157 ◦ green 126 ◦ blue 110

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

Shades of Hemp #9D7E6E

Tints of Hemp #9D7E6E

RGB

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

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

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

R = 39.95%
G = 32.06%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D7E6E (or 0x9D7E6E) is known color: Hemp. HEX triplet: 9D, 7E and 6E. RGB value is (157,126,110). Sum of RGB (Red+Green+Blue) = 157+126+110=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7E6E is #628191. Grayscale: #858585. Windows color (decimal): -6455698 or 7241373. OLE color: 7241373.

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

Color convert

RGB 157 126 110 -
CMYK 0 0.20 0.30 0.38
HSL 20.43º 0.19% 0.52% -
HSV(B) 20.43º 0.3% 0.62% -
XYZ 24.18 23.22 17.96 -
YUV 133.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 157 126 110 0 0.20 0.30 0.38 20.43 0.19 0.52
Hex 9D 7E 6E 0 14 1E 26 14 13 34
Octal 235 176 156 0 24 36 46 24 23 64
Binary 10011101 1111110 1101110 0 10100 11110 100110 10100 10011 110100

Color Harmonies of #9D7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7E6E

Black with #9D7E6E

Text Example


Text Example

White with #9D7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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