Html Css Color HEX #9C746B Hemp

📋 copy color: '#9C746B'

red 156 ◦ green 116 ◦ blue 107

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

Shades of Hemp #9C746B

Tints of Hemp #9C746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 41.16%
G = 30.61%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C746B (or 0x9C746B) is known color: Hemp. HEX triplet: 9C, 74 and 6B. RGB value is (156,116,107). Sum of RGB (Red+Green+Blue) = 156+116+107=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C746B is #638B94. Grayscale: #7F7F7F. Windows color (decimal): -6523797 or 7042204. OLE color: 7042204.

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

Color convert

RGB 156 116 107 -
CMYK 0 0.26 0.31 0.39
HSL 11.02º 0.2% 0.52% -
HSV(B) 11.02º 0.31% 0.61% -
XYZ 22.61 20.62 16.7 -
YUV 126.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 156 116 107 0 0.26 0.31 0.39 11.02 0.2 0.52
Hex 9C 74 6B 0 1A 1F 27 B 14 34
Octal 234 164 153 0 32 37 47 13 24 64
Binary 10011100 1110100 1101011 0 11010 11111 100111 1011 10100 110100

Color Harmonies of #9C746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C746B

Black with #9C746B

Text Example


Text Example

White with #9C746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,116,107); }

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

background-color css

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

 a { background-color: rgb(156,116,107); }

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

border-color css

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

 span { border-color: rgb(156,116,107); }

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