Html Css Color HEX #9B766A Hemp

📋 copy color: '#9B766A'

red 155 ◦ green 118 ◦ blue 106

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

Shades of Hemp #9B766A

Tints of Hemp #9B766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 40.9%
G = 31.13%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B766A (or 0x9B766A) is known color: Hemp. HEX triplet: 9B, 76 and 6A. RGB value is (155,118,106). Sum of RGB (Red+Green+Blue) = 155+118+106=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B766A is #648995. Grayscale: #7F7F7F. Windows color (decimal): -6588822 or 6977179. OLE color: 6977179.

HSL color Cylindrical-coordinate representation of color #9B766A: hue angle of 14.69º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B766A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 118 106 -
CMYK 0 0.24 0.32 0.39
HSL 14.69º 0.2% 0.51% -
HSV(B) 14.69º 0.32% 0.61% -
XYZ 22.6 20.97 16.49 -
YUV 127.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 155 118 106 0 0.24 0.32 0.39 14.69 0.2 0.51
Hex 9B 76 6A 0 18 20 27 F 14 33
Octal 233 166 152 0 30 40 47 17 24 63
Binary 10011011 1110110 1101010 0 11000 100000 100111 1111 10100 110011

Color Harmonies of #9B766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B766A

Black with #9B766A

Text Example


Text Example

White with #9B766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,118,106); }

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

background-color css

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

 a { background-color: rgb(155,118,106); }

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

border-color css

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

 span { border-color: rgb(155,118,106); }

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