Html Css Color HEX #957668 Hemp

📋 copy color: '#957668'

red 149 ◦ green 118 ◦ blue 104

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

Shades of Hemp #957668

Tints of Hemp #957668

RGB

 RED value IS 149 (58.59% from 255) = 40.16%

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

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

R = 40.16%
G = 31.81%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#957668 (or 0x957668) is known color: Hemp. HEX triplet: 95, 76 and 68. RGB value is (149,118,104). Sum of RGB (Red+Green+Blue) = 149+118+104=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #957668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957668 is #6A8997. Grayscale: #7D7D7D. Windows color (decimal): -6982040 or 6846101. OLE color: 6846101.

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

Color convert

RGB 149 118 104 -
CMYK 0 0.21 0.30 0.42
HSL 18.67º 0.18% 0.5% -
HSV(B) 18.67º 0.3% 0.58% -
XYZ 21.37 20.35 15.9 -
YUV 125.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 149 118 104 0 0.21 0.30 0.42 18.67 0.18 0.5
Hex 95 76 68 0 15 1E 2A 13 12 32
Octal 225 166 150 0 25 36 52 23 22 62
Binary 10010101 1110110 1101000 0 10101 11110 101010 10011 10010 110010

Color Harmonies of #957668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957668

Black with #957668

Text Example


Text Example

White with #957668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957668; }

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

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

background-color css

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

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

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

border-color css

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

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

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