Html Css Color HEX #94756C Hemp

📋 copy color: '#94756C'

red 148 ◦ green 117 ◦ blue 108

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

Shades of Hemp #94756C

Tints of Hemp #94756C

RGB

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

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

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

R = 39.68%
G = 31.37%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94756C (or 0x94756C) is known color: Hemp. HEX triplet: 94, 75 and 6C. RGB value is (148,117,108). Sum of RGB (Red+Green+Blue) = 148+117+108=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #94756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94756C is #6B8A93. Grayscale: #7D7D7D. Windows color (decimal): -7047828 or 7107988. OLE color: 7107988.

HSL color Cylindrical-coordinate representation of color #94756C: hue angle of 13.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 #94756C is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 108 -
CMYK 0 0.21 0.27 0.42
HSL 13.5º 0.16% 0.5% -
HSV(B) 13.5º 0.27% 0.58% -
XYZ 21.28 20.1 16.95 -
YUV 125.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 148 117 108 0 0.21 0.27 0.42 13.5 0.16 0.5
Hex 94 75 6C 0 15 1B 2A E 10 32
Octal 224 165 154 0 25 33 52 16 20 62
Binary 10010100 1110101 1101100 0 10101 11011 101010 1110 10000 110010

Color Harmonies of #94756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94756C

Black with #94756C

Text Example


Text Example

White with #94756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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