Html Css Color HEX #957868 Hemp

📋 copy color: '#957868'

red 149 ◦ green 120 ◦ blue 104

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

Shades of Hemp #957868

Tints of Hemp #957868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.17%

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

R = 39.95%
G = 32.17%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#957868 (or 0x957868) is known color: Hemp. HEX triplet: 95, 78 and 68. RGB value is (149,120,104). Sum of RGB (Red+Green+Blue) = 149+120+104=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #957868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957868 is #6A8797. Grayscale: #7E7E7E. Windows color (decimal): -6981528 or 6846613. OLE color: 6846613.

HSL color Cylindrical-coordinate representation of color #957868: hue angle of 21.33º 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 #957868 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 104 -
CMYK 0 0.19 0.30 0.42
HSL 21.33º 0.18% 0.5% -
HSV(B) 21.33º 0.3% 0.58% -
XYZ 21.61 20.82 15.98 -
YUV 126.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 149 120 104 0 0.19 0.30 0.42 21.33 0.18 0.5
Hex 95 78 68 0 13 1E 2A 15 12 32
Octal 225 170 150 0 23 36 52 25 22 62
Binary 10010101 1111000 1101000 0 10011 11110 101010 10101 10010 110010

Color Harmonies of #957868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957868

Black with #957868

Text Example


Text Example

White with #957868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957868; }

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

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

background-color css

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

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

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

border-color css

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

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

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