#9B766C

Color #9B766C Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #9B766C

Tints of Hemp #9B766C

Color information

#9B766C (or 0x9B766C) is unknown color: approx 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

RGB155118108-
CMYK00.240.300.39
HSL12.77º19.03%51.57%-
HSV(B)12.77º30.32%60.78%-
XYZ22.721.0117.05-
YUV127.92116.76147.31-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511810800.240.300.3912.7719.0351.57
Hex9B766C0181E27d1334
Octal2331661540303647152364
Binary100110111110110110110001100011110100111110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>