Html Css Color HEX #9D746E Hemp

📋 copy color: '#9D746E'

red 157 ◦ green 116 ◦ blue 110

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

Shades of Hemp #9D746E

Tints of Hemp #9D746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

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

R = 40.99%
G = 30.29%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D746E (or 0x9D746E) is known color: Hemp. HEX triplet: 9D, 74 and 6E. RGB value is (157,116,110). Sum of RGB (Red+Green+Blue) = 157+116+110=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D746E is #628B91. Grayscale: #7F7F7F. Windows color (decimal): -6458258 or 7238813. OLE color: 7238813.

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

Color convert

RGB 157 116 110 -
CMYK 0 0.26 0.30 0.38
HSL 7.66º 0.19% 0.52% -
HSV(B) 7.66º 0.3% 0.62% -
XYZ 22.96 20.78 17.55 -
YUV 127.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 157 116 110 0 0.26 0.30 0.38 7.66 0.19 0.52
Hex 9D 74 6E 0 1A 1E 26 8 13 34
Octal 235 164 156 0 32 36 46 10 23 64
Binary 10011101 1110100 1101110 0 11010 11110 100110 1000 10011 110100

Color Harmonies of #9D746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D746E

Black with #9D746E

Text Example


Text Example

White with #9D746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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