Html Css Color HEX #9B746D Hemp

📋 copy color: '#9B746D'

red 155 ◦ green 116 ◦ blue 109

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

Shades of Hemp #9B746D

Tints of Hemp #9B746D

RGB

 RED value IS 155 (60.94% from 255) = 40.79%

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

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

R = 40.79%
G = 30.53%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B746D (or 0x9B746D) is known color: Hemp. HEX triplet: 9B, 74 and 6D. RGB value is (155,116,109). Sum of RGB (Red+Green+Blue) = 155+116+109=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B746D is #648B92. Grayscale: #7E7E7E. Windows color (decimal): -6589331 or 7173275. OLE color: 7173275.

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

Color convert

RGB 155 116 109 -
CMYK 0 0.25 0.30 0.39
HSL 9.13º 0.19% 0.52% -
HSV(B) 9.13º 0.3% 0.61% -
XYZ 22.52 20.56 17.25 -
YUV 126.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 155 116 109 0 0.25 0.30 0.39 9.13 0.19 0.52
Hex 9B 74 6D 0 19 1E 27 9 13 34
Octal 233 164 155 0 31 36 47 11 23 64
Binary 10011011 1110100 1101101 0 11001 11110 100111 1001 10011 110100

Color Harmonies of #9B746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B746D

Black with #9B746D

Text Example


Text Example

White with #9B746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,116,109); }

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

background-color css

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

 a { background-color: rgb(155,116,109); }

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

border-color css

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

 span { border-color: rgb(155,116,109); }

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