Html Css Color HEX #9F766C Hemp

📋 copy color: '#9F766C'

red 159 ◦ green 118 ◦ blue 108

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

Shades of Hemp #9F766C

Tints of Hemp #9F766C

RGB

 RED value IS 159 (62.5% from 255) = 41.3%

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

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

R = 41.3%
G = 30.65%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F766C (or 0x9F766C) is known color: Hemp. HEX triplet: 9F, 76 and 6C. RGB value is (159,118,108). Sum of RGB (Red+Green+Blue) = 159+118+108=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F766C is #608993. Grayscale: #818181. Windows color (decimal): -6326676 or 7108255. OLE color: 7108255.

HSL color Cylindrical-coordinate representation of color #9F766C: hue angle of 11.76º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F766C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 118 108 -
CMYK 0 0.26 0.32 0.38
HSL 11.76º 0.21% 0.52% -
HSV(B) 11.76º 0.32% 0.62% -
XYZ 23.48 21.41 17.08 -
YUV 129.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 159 118 108 0 0.26 0.32 0.38 11.76 0.21 0.52
Hex 9F 76 6C 0 1A 20 26 C 15 34
Octal 237 166 154 0 32 40 46 14 25 64
Binary 10011111 1110110 1101100 0 11010 100000 100110 1100 10101 110100

Color Harmonies of #9F766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F766C

Black with #9F766C

Text Example


Text Example

White with #9F766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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