Html Css Color HEX #94736C Hemp

📋 copy color: '#94736C'

red 148 ◦ green 115 ◦ blue 108

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

Shades of Hemp #94736C

Tints of Hemp #94736C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 39.89%
G = 31%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94736C (or 0x94736C) is known color: Hemp. HEX triplet: 94, 73 and 6C. RGB value is (148,115,108). Sum of RGB (Red+Green+Blue) = 148+115+108=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #94736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94736C is #6B8C93. Grayscale: #7C7C7C. Windows color (decimal): -7048340 or 7107476. OLE color: 7107476.

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

Color convert

RGB 148 115 108 -
CMYK 0 0.22 0.27 0.42
HSL 10.5º 0.16% 0.5% -
HSV(B) 10.5º 0.27% 0.58% -
XYZ 21.05 19.64 16.87 -
YUV 124.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 148 115 108 0 0.22 0.27 0.42 10.5 0.16 0.5
Hex 94 73 6C 0 16 1B 2A A 10 32
Octal 224 163 154 0 26 33 52 12 20 62
Binary 10010100 1110011 1101100 0 10110 11011 101010 1010 10000 110010

Color Harmonies of #94736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94736C

Black with #94736C

Text Example


Text Example

White with #94736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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