Html Css Color HEX #8C736B Hemp

📋 copy color: '#8C736B'

red 140 ◦ green 115 ◦ blue 107

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

Shades of Hemp #8C736B

Tints of Hemp #8C736B

RGB

 RED value IS 140 (55.08% from 255) = 38.67%

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 38.67%
G = 31.77%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C736B (or 0x8C736B) is known color: Hemp. HEX triplet: 8C, 73 and 6B. RGB value is (140,115,107). Sum of RGB (Red+Green+Blue) = 140+115+107=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C736B is #738C94. Grayscale: #797979. Windows color (decimal): -7572629 or 7041932. OLE color: 7041932.

HSL color Cylindrical-coordinate representation of color #8C736B: hue angle of 14.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C736B is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 115 107 -
CMYK 0 0.18 0.24 0.45
HSL 14.55º 0.13% 0.48% -
HSV(B) 14.55º 0.24% 0.55% -
XYZ 19.6 18.9 16.52 -
YUV 121.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 140 115 107 0 0.18 0.24 0.45 14.55 0.13 0.48
Hex 8C 73 6B 0 12 18 2D F D 30
Octal 214 163 153 0 22 30 55 17 15 60
Binary 10001100 1110011 1101011 0 10010 11000 101101 1111 1101 110000

Color Harmonies of #8C736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C736B

Black with #8C736B

Text Example


Text Example

White with #8C736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C736B; }

 p { color: rgb(140,115,107); }

 H1.HeaderClassName
 {
   color: #8C736B;
 }
 .AnyTagClassName
 {
   color: #8C736B;
 }
</style>

background-color css

<style>
 a { background-color: #8C736B; }

 a { background-color: rgb(140,115,107); }

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

border-color css

<style>
 span { border-color: #8C736B; }

 span { border-color: rgb(140,115,107); }

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