Html Css Color HEX #94736B Hemp

📋 copy color: '#94736B'

red 148 ◦ green 115 ◦ blue 107

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

Shades of Hemp #94736B

Tints of Hemp #94736B

RGB

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

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

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

R = 40%
G = 31.08%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94736B (or 0x94736B) is known color: Hemp. HEX triplet: 94, 73 and 6B. RGB value is (148,115,107). Sum of RGB (Red+Green+Blue) = 148+115+107=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #94736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94736B is #6B8C94. Grayscale: #7C7C7C. Windows color (decimal): -7048341 or 7041940. OLE color: 7041940.

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

Color convert

RGB 148 115 107 -
CMYK 0 0.22 0.28 0.42
HSL 11.71º 0.16% 0.5% -
HSV(B) 11.71º 0.28% 0.58% -
XYZ 21 19.62 16.59 -
YUV 123.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 148 115 107 0 0.22 0.28 0.42 11.71 0.16 0.5
Hex 94 73 6B 0 16 1C 2A C 10 32
Octal 224 163 153 0 26 34 52 14 20 62
Binary 10010100 1110011 1101011 0 10110 11100 101010 1100 10000 110010

Color Harmonies of #94736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94736B

Black with #94736B

Text Example


Text Example

White with #94736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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