Html Css Color HEX #9B776D Hemp

📋 copy color: '#9B776D'

red 155 ◦ green 119 ◦ blue 109

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

Shades of Hemp #9B776D

Tints of Hemp #9B776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

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

R = 40.47%
G = 31.07%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B776D (or 0x9B776D) is known color: Hemp. HEX triplet: 9B, 77 and 6D. RGB value is (155,119,109). Sum of RGB (Red+Green+Blue) = 155+119+109=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B776D is #648892. Grayscale: #808080. Windows color (decimal): -6588563 or 7174043. OLE color: 7174043.

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

Color convert

RGB 155 119 109 -
CMYK 0 0.23 0.30 0.39
HSL 13.04º 0.19% 0.52% -
HSV(B) 13.04º 0.3% 0.61% -
XYZ 22.87 21.27 17.37 -
YUV 128.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 155 119 109 0 0.23 0.30 0.39 13.04 0.19 0.52
Hex 9B 77 6D 0 17 1E 27 D 13 34
Octal 233 167 155 0 27 36 47 15 23 64
Binary 10011011 1110111 1101101 0 10111 11110 100111 1101 10011 110100

Color Harmonies of #9B776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B776D

Black with #9B776D

Text Example


Text Example

White with #9B776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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