Html Css Color HEX #94766B Hemp

📋 copy color: '#94766B'

red 148 ◦ green 118 ◦ blue 107

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

Shades of Hemp #94766B

Tints of Hemp #94766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 39.68%
G = 31.64%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94766B (or 0x94766B) is known color: Hemp. HEX triplet: 94, 76 and 6B. RGB value is (148,118,107). Sum of RGB (Red+Green+Blue) = 148+118+107=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #94766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94766B is #6B8994. Grayscale: #7D7D7D. Windows color (decimal): -7047573 or 7042708. OLE color: 7042708.

HSL color Cylindrical-coordinate representation of color #94766B: hue angle of 16.1º 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 #94766B is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 107 -
CMYK 0 0.20 0.28 0.42
HSL 16.1º 0.16% 0.5% -
HSV(B) 16.1º 0.28% 0.58% -
XYZ 21.35 20.31 16.71 -
YUV 125.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 148 118 107 0 0.20 0.28 0.42 16.1 0.16 0.5
Hex 94 76 6B 0 14 1C 2A 10 10 32
Octal 224 166 153 0 24 34 52 20 20 62
Binary 10010100 1110110 1101011 0 10100 11100 101010 10000 10000 110010

Color Harmonies of #94766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94766B

Black with #94766B

Text Example


Text Example

White with #94766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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