Html Css Color HEX #9D756D Hemp

📋 copy color: '#9D756D'

red 157 ◦ green 117 ◦ blue 109

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

Shades of Hemp #9D756D

Tints of Hemp #9D756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 40.99%
G = 30.55%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D756D (or 0x9D756D) is known color: Hemp. HEX triplet: 9D, 75 and 6D. RGB value is (157,117,109). Sum of RGB (Red+Green+Blue) = 157+117+109=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D756D is #628A92. Grayscale: #808080. Windows color (decimal): -6458003 or 7173533. OLE color: 7173533.

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

Color convert

RGB 157 117 109 -
CMYK 0 0.25 0.31 0.38
HSL 10º 0.2% 0.52% -
HSV(B) 10º 0.31% 0.62% -
XYZ 23.03 20.99 17.31 -
YUV 128.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 157 117 109 0 0.25 0.31 0.38 10 0.2 0.52
Hex 9D 75 6D 0 19 1F 26 A 14 34
Octal 235 165 155 0 31 37 46 12 24 64
Binary 10011101 1110101 1101101 0 11001 11111 100110 1010 10100 110100

Color Harmonies of #9D756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D756D

Black with #9D756D

Text Example


Text Example

White with #9D756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,109); }

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

background-color css

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

 a { background-color: rgb(157,117,109); }

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

border-color css

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

 span { border-color: rgb(157,117,109); }

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