Html Css Color HEX #957670 Hemp

📋 copy color: '#957670'

red 149 ◦ green 118 ◦ blue 112

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

Shades of Hemp #957670

Tints of Hemp #957670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 39.31%
G = 31.13%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#957670 (or 0x957670) is known color: Hemp. HEX triplet: 95, 76 and 70. RGB value is (149,118,112). Sum of RGB (Red+Green+Blue) = 149+118+112=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #957670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957670 is #6A898F. Grayscale: #7E7E7E. Windows color (decimal): -6982032 or 7370389. OLE color: 7370389.

HSL color Cylindrical-coordinate representation of color #957670: hue angle of 9.73º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957670 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 112 -
CMYK 0 0.21 0.25 0.42
HSL 9.73º 0.15% 0.51% -
HSV(B) 9.73º 0.25% 0.58% -
XYZ 21.8 20.52 18.14 -
YUV 126.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 149 118 112 0 0.21 0.25 0.42 9.73 0.15 0.51
Hex 95 76 70 0 15 19 2A A F 33
Octal 225 166 160 0 25 31 52 12 17 63
Binary 10010101 1110110 1110000 0 10101 11001 101010 1010 1111 110011

Color Harmonies of #957670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957670

Black with #957670

Text Example


Text Example

White with #957670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957670; }

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

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

background-color css

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

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

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

border-color css

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

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

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