Html Css Color HEX #947668 Hemp

📋 copy color: '#947668'

red 148 ◦ green 118 ◦ blue 104

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

Shades of Hemp #947668

Tints of Hemp #947668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.11%

R = 40%
G = 31.89%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#947668 (or 0x947668) is known color: Hemp. HEX triplet: 94, 76 and 68. RGB value is (148,118,104). Sum of RGB (Red+Green+Blue) = 148+118+104=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #947668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947668 is #6B8997. Grayscale: #7D7D7D. Windows color (decimal): -7047576 or 6846100. OLE color: 6846100.

HSL color Cylindrical-coordinate representation of color #947668: hue angle of 19.09º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #947668 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 104 -
CMYK 0 0.20 0.30 0.42
HSL 19.09º 0.17% 0.49% -
HSV(B) 19.09º 0.3% 0.58% -
XYZ 21.19 20.25 15.89 -
YUV 125.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 148 118 104 0 0.20 0.30 0.42 19.09 0.17 0.49
Hex 94 76 68 0 14 1E 2A 13 11 31
Octal 224 166 150 0 24 36 52 23 21 61
Binary 10010100 1110110 1101000 0 10100 11110 101010 10011 10001 110001

Color Harmonies of #947668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947668

Black with #947668

Text Example


Text Example

White with #947668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947668; }

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

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

background-color css

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

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

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

border-color css

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

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

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