Html Css Color HEX #94766D Hemp

📋 copy color: '#94766D'

red 148 ◦ green 118 ◦ blue 109

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

Shades of Hemp #94766D

Tints of Hemp #94766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 39.47%
G = 31.47%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94766D (or 0x94766D) is known color: Hemp. HEX triplet: 94, 76 and 6D. RGB value is (148,118,109). Sum of RGB (Red+Green+Blue) = 148+118+109=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #94766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94766D is #6B8992. Grayscale: #7E7E7E. Windows color (decimal): -7047571 or 7173780. OLE color: 7173780.

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

Color convert

RGB 148 118 109 -
CMYK 0 0.20 0.26 0.42
HSL 13.85º 0.15% 0.5% -
HSV(B) 13.85º 0.26% 0.58% -
XYZ 21.45 20.36 17.27 -
YUV 125.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 148 118 109 0 0.20 0.26 0.42 13.85 0.15 0.5
Hex 94 76 6D 0 14 1A 2A E F 32
Octal 224 166 155 0 24 32 52 16 17 62
Binary 10010100 1110110 1101101 0 10100 11010 101010 1110 1111 110010

Color Harmonies of #94766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94766D

Black with #94766D

Text Example


Text Example

White with #94766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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