Html Css Color HEX #94756F Hemp

📋 copy color: '#94756F'

red 148 ◦ green 117 ◦ blue 111

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

Shades of Hemp #94756F

Tints of Hemp #94756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 39.36%
G = 31.12%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#94756F (or 0x94756F) is known color: Hemp. HEX triplet: 94, 75 and 6F. RGB value is (148,117,111). Sum of RGB (Red+Green+Blue) = 148+117+111=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #94756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94756F is #6B8A90. Grayscale: #7D7D7D. Windows color (decimal): -7047825 or 7304596. OLE color: 7304596.

HSL color Cylindrical-coordinate representation of color #94756F: hue angle of 9.73º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94756F is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 111 -
CMYK 0 0.21 0.25 0.42
HSL 9.73º 0.15% 0.51% -
HSV(B) 9.73º 0.25% 0.58% -
XYZ 21.44 20.17 17.8 -
YUV 125.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 148 117 111 0 0.21 0.25 0.42 9.73 0.15 0.51
Hex 94 75 6F 0 15 19 2A A F 33
Octal 224 165 157 0 25 31 52 12 17 63
Binary 10010100 1110101 1101111 0 10101 11001 101010 1010 1111 110011

Color Harmonies of #94756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94756F

Black with #94756F

Text Example


Text Example

White with #94756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94756F; }

 p { color: rgb(148,117,111); }

 H1.HeaderClassName
 {
   color: #94756F;
 }
 .AnyTagClassName
 {
   color: #94756F;
 }
</style>

background-color css

<style>
 a { background-color: #94756F; }

 a { background-color: rgb(148,117,111); }

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

border-color css

<style>
 span { border-color: #94756F; }

 span { border-color: rgb(148,117,111); }

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