Html Css Color HEX #9B766C Hemp

📋 copy color: '#9B766C'

red 155 ◦ green 118 ◦ blue 108

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

Shades of Hemp #9B766C

Tints of Hemp #9B766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 40.68%
G = 30.97%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B766C (or 0x9B766C) is known color: Hemp. HEX triplet: 9B, 76 and 6C. RGB value is (155,118,108). Sum of RGB (Red+Green+Blue) = 155+118+108=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B766C is #648993. Grayscale: #7F7F7F. Windows color (decimal): -6588820 or 7108251. OLE color: 7108251.

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

Color convert

RGB 155 118 108 -
CMYK 0 0.24 0.30 0.39
HSL 12.77º 0.19% 0.52% -
HSV(B) 12.77º 0.3% 0.61% -
XYZ 22.7 21.01 17.05 -
YUV 127.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 155 118 108 0 0.24 0.30 0.39 12.77 0.19 0.52
Hex 9B 76 6C 0 18 1E 27 D 13 34
Octal 233 166 154 0 30 36 47 15 23 64
Binary 10011011 1110110 1101100 0 11000 11110 100111 1101 10011 110100

Color Harmonies of #9B766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B766C

Black with #9B766C

Text Example


Text Example

White with #9B766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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