Html Css Color HEX #94756B Hemp

📋 copy color: '#94756B'

red 148 ◦ green 117 ◦ blue 107

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

Shades of Hemp #94756B

Tints of Hemp #94756B

RGB

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

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

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

R = 39.78%
G = 31.45%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94756B (or 0x94756B) is known color: Hemp. HEX triplet: 94, 75 and 6B. RGB value is (148,117,107). Sum of RGB (Red+Green+Blue) = 148+117+107=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #94756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94756B is #6B8A94. Grayscale: #7D7D7D. Windows color (decimal): -7047829 or 7042452. OLE color: 7042452.

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

Color convert

RGB 148 117 107 -
CMYK 0 0.21 0.28 0.42
HSL 14.63º 0.16% 0.5% -
HSV(B) 14.63º 0.28% 0.58% -
XYZ 21.23 20.08 16.67 -
YUV 125.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 148 117 107 0 0.21 0.28 0.42 14.63 0.16 0.5
Hex 94 75 6B 0 15 1C 2A F 10 32
Octal 224 165 153 0 25 34 52 17 20 62
Binary 10010100 1110101 1101011 0 10101 11100 101010 1111 10000 110010

Color Harmonies of #94756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94756B

Black with #94756B

Text Example


Text Example

White with #94756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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