#94736B

Color #94736B Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #94736B

Tints of Hemp #94736B

Color information

#94736B (or 0x94736B) is unknown color: approx 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

RGB148115107-
CMYK00.220.280.42
HSL11.71º16.08%50%-
HSV(B)11.71º27.7%58.04%-
XYZ2119.6216.59-
YUV123.95118.43145.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811510700.220.280.4211.7116.0850
Hex94736B0161C2Ac1032
Octal2241631530263452142062
Binary100101001110011110101101011011100101010110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>