Html Css Color HEX #9C7C71 Hemp

📋 copy color: '#9C7C71'

red 156 ◦ green 124 ◦ blue 113

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

Shades of Hemp #9C7C71

Tints of Hemp #9C7C71

RGB

 RED value IS 156 (61.33% from 255) = 39.69%

 GREEN value IS 124 (48.83% from 255) = 31.55%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 39.69%
G = 31.55%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C7C71 (or 0x9C7C71) is known color: Hemp. HEX triplet: 9C, 7C and 71. RGB value is (156,124,113). Sum of RGB (Red+Green+Blue) = 156+124+113=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7C71 is #63838E. Grayscale: #848484. Windows color (decimal): -6521743 or 7437468. OLE color: 7437468.

HSL color Cylindrical-coordinate representation of color #9C7C71: hue angle of 15.35º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7C71 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 124 113 -
CMYK 0 0.21 0.28 0.39
HSL 15.35º 0.18% 0.53% -
HSV(B) 15.35º 0.28% 0.61% -
XYZ 23.9 22.68 18.74 -
YUV 132.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 156 124 113 0 0.21 0.28 0.39 15.35 0.18 0.53
Hex 9C 7C 71 0 15 1C 27 F 12 35
Octal 234 174 161 0 25 34 47 17 22 65
Binary 10011100 1111100 1110001 0 10101 11100 100111 1111 10010 110101

Color Harmonies of #9C7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7C71

Black with #9C7C71

Text Example


Text Example

White with #9C7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,124,113); }

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

background-color css

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

 a { background-color: rgb(156,124,113); }

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

border-color css

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

 span { border-color: rgb(156,124,113); }

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