Html Css Color HEX #93756B Hemp

📋 copy color: '#93756B'

red 147 ◦ green 117 ◦ blue 107

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

Shades of Hemp #93756B

Tints of Hemp #93756B

RGB

 RED value IS 147 (57.81% from 255) = 39.62%

 GREEN value IS 117 (46.09% from 255) = 31.54%

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

R = 39.62%
G = 31.54%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93756B (or 0x93756B) is known color: Hemp. HEX triplet: 93, 75 and 6B. RGB value is (147,117,107). Sum of RGB (Red+Green+Blue) = 147+117+107=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93756B is #6C8A94. Grayscale: #7C7C7C. Windows color (decimal): -7113365 or 7042451. OLE color: 7042451.

HSL color Cylindrical-coordinate representation of color #93756B: hue angle of 15º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93756B is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 117 107 -
CMYK 0 0.20 0.27 0.42
HSL 15º 0.16% 0.5% -
HSV(B) 15º 0.27% 0.58% -
XYZ 21.05 19.99 16.66 -
YUV 124.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 147 117 107 0 0.20 0.27 0.42 15 0.16 0.5
Hex 93 75 6B 0 14 1B 2A F 10 32
Octal 223 165 153 0 24 33 52 17 20 62
Binary 10010011 1110101 1101011 0 10100 11011 101010 1111 10000 110010

Color Harmonies of #93756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93756B

Black with #93756B

Text Example


Text Example

White with #93756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93756B; }

 p { color: rgb(147,117,107); }

 H1.HeaderClassName
 {
   color: #93756B;
 }
 .AnyTagClassName
 {
   color: #93756B;
 }
</style>

background-color css

<style>
 a { background-color: #93756B; }

 a { background-color: rgb(147,117,107); }

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

border-color css

<style>
 span { border-color: #93756B; }

 span { border-color: rgb(147,117,107); }

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