Html Css Color HEX #93756E Hemp

📋 copy color: '#93756E'

red 147 ◦ green 117 ◦ blue 110

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

Shades of Hemp #93756E

Tints of Hemp #93756E

RGB

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

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

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

R = 39.3%
G = 31.28%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#93756E (or 0x93756E) is known color: Hemp. HEX triplet: 93, 75 and 6E. RGB value is (147,117,110). Sum of RGB (Red+Green+Blue) = 147+117+110=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93756E is #6C8A91. Grayscale: #7D7D7D. Windows color (decimal): -7113362 or 7239059. OLE color: 7239059.

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

Color convert

RGB 147 117 110 -
CMYK 0 0.20 0.25 0.42
HSL 11.35º 0.15% 0.5% -
HSV(B) 11.35º 0.25% 0.58% -
XYZ 21.21 20.05 17.5 -
YUV 125.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 147 117 110 0 0.20 0.25 0.42 11.35 0.15 0.5
Hex 93 75 6E 0 14 19 2A B F 32
Octal 223 165 156 0 24 31 52 13 17 62
Binary 10010011 1110101 1101110 0 10100 11001 101010 1011 1111 110010

Color Harmonies of #93756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93756E

Black with #93756E

Text Example


Text Example

White with #93756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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