Html Css Color HEX #9C7D6E Hemp

📋 copy color: '#9C7D6E'

red 156 ◦ green 125 ◦ blue 110

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

Shades of Hemp #9C7D6E

Tints of Hemp #9C7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 39.9%
G = 31.97%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C7D6E (or 0x9C7D6E) is known color: Hemp. HEX triplet: 9C, 7D and 6E. RGB value is (156,125,110). Sum of RGB (Red+Green+Blue) = 156+125+110=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D6E is #638291. Grayscale: #848484. Windows color (decimal): -6521490 or 7241116. OLE color: 7241116.

HSL color Cylindrical-coordinate representation of color #9C7D6E: hue angle of 19.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C7D6E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 125 110 -
CMYK 0 0.20 0.29 0.39
HSL 19.57º 0.19% 0.52% -
HSV(B) 19.57º 0.29% 0.61% -
XYZ 23.86 22.86 17.91 -
YUV 132.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 156 125 110 0 0.20 0.29 0.39 19.57 0.19 0.52
Hex 9C 7D 6E 0 14 1D 27 14 13 34
Octal 234 175 156 0 24 35 47 24 23 64
Binary 10011100 1111101 1101110 0 10100 11101 100111 10100 10011 110100

Color Harmonies of #9C7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7D6E

Black with #9C7D6E

Text Example


Text Example

White with #9C7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,125,110); }

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

background-color css

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

 a { background-color: rgb(156,125,110); }

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

border-color css

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

 span { border-color: rgb(156,125,110); }

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