Html Css Color HEX #93756D Hemp

📋 copy color: '#93756D'

red 147 ◦ green 117 ◦ blue 109

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

Shades of Hemp #93756D

Tints of Hemp #93756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 39.41%
G = 31.37%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#93756D (or 0x93756D) is known color: Hemp. HEX triplet: 93, 75 and 6D. RGB value is (147,117,109). Sum of RGB (Red+Green+Blue) = 147+117+109=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93756D is #6C8A92. Grayscale: #7D7D7D. Windows color (decimal): -7113363 or 7173523. OLE color: 7173523.

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

Color convert

RGB 147 117 109 -
CMYK 0 0.20 0.26 0.42
HSL 12.63º 0.15% 0.5% -
HSV(B) 12.63º 0.26% 0.58% -
XYZ 21.15 20.03 17.22 -
YUV 125.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 147 117 109 0 0.20 0.26 0.42 12.63 0.15 0.5
Hex 93 75 6D 0 14 1A 2A D F 32
Octal 223 165 155 0 24 32 52 15 17 62
Binary 10010011 1110101 1101101 0 10100 11010 101010 1101 1111 110010

Color Harmonies of #93756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93756D

Black with #93756D

Text Example


Text Example

White with #93756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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