Html Css Color HEX #957B6D Hemp

📋 copy color: '#957B6D'

red 149 ◦ green 123 ◦ blue 109

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

Shades of Hemp #957B6D

Tints of Hemp #957B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.28%

 BLUE value IS 109 (42.97% from 255) = 28.61%

R = 39.11%
G = 32.28%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#957B6D (or 0x957B6D) is known color: Hemp. HEX triplet: 95, 7B and 6D. RGB value is (149,123,109). Sum of RGB (Red+Green+Blue) = 149+123+109=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #957B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B6D is #6A8492. Grayscale: #818181. Windows color (decimal): -6980755 or 7175061. OLE color: 7175061.

HSL color Cylindrical-coordinate representation of color #957B6D: hue angle of 21º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #957B6D is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 123 109 -
CMYK 0 0.17 0.27 0.42
HSL 21º 0.16% 0.51% -
HSV(B) 21º 0.27% 0.58% -
XYZ 22.24 21.66 17.48 -
YUV 129.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 149 123 109 0 0.17 0.27 0.42 21 0.16 0.51
Hex 95 7B 6D 0 11 1B 2A 15 10 33
Octal 225 173 155 0 21 33 52 25 20 63
Binary 10010101 1111011 1101101 0 10001 11011 101010 10101 10000 110011

Color Harmonies of #957B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B6D

Black with #957B6D

Text Example


Text Example

White with #957B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957B6D; }

 p { color: rgb(149,123,109); }

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

background-color css

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

 a { background-color: rgb(149,123,109); }

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

border-color css

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

 span { border-color: rgb(149,123,109); }

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