Html Css Color HEX #94746E Hemp

📋 copy color: '#94746E'

red 148 ◦ green 116 ◦ blue 110

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

Shades of Hemp #94746E

Tints of Hemp #94746E

RGB

 RED value IS 148 (58.2% from 255) = 39.57%

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

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

R = 39.57%
G = 31.02%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94746E (or 0x94746E) is known color: Hemp. HEX triplet: 94, 74 and 6E. RGB value is (148,116,110). Sum of RGB (Red+Green+Blue) = 148+116+110=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #94746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94746E is #6B8B91. Grayscale: #7C7C7C. Windows color (decimal): -7048082 or 7238804. OLE color: 7238804.

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

Color convert

RGB 148 116 110 -
CMYK 0 0.22 0.26 0.42
HSL 9.47º 0.15% 0.51% -
HSV(B) 9.47º 0.26% 0.58% -
XYZ 21.27 19.91 17.47 -
YUV 124.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 148 116 110 0 0.22 0.26 0.42 9.47 0.15 0.51
Hex 94 74 6E 0 16 1A 2A 9 F 33
Octal 224 164 156 0 26 32 52 11 17 63
Binary 10010100 1110100 1101110 0 10110 11010 101010 1001 1111 110011

Color Harmonies of #94746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94746E

Black with #94746E

Text Example


Text Example

White with #94746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,116,110); }

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

background-color css

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

 a { background-color: rgb(148,116,110); }

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

border-color css

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

 span { border-color: rgb(148,116,110); }

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