Html Css Color HEX #957A6B Hemp

📋 copy color: '#957A6B'

red 149 ◦ green 122 ◦ blue 107

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

Shades of Hemp #957A6B

Tints of Hemp #957A6B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 39.42%
G = 32.28%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#957A6B (or 0x957A6B) is known color: Hemp. HEX triplet: 95, 7A and 6B. RGB value is (149,122,107). Sum of RGB (Red+Green+Blue) = 149+122+107=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #957A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A6B is #6A8594. Grayscale: #808080. Windows color (decimal): -6981013 or 7043733. OLE color: 7043733.

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

Color convert

RGB 149 122 107 -
CMYK 0 0.18 0.28 0.42
HSL 21.43º 0.17% 0.5% -
HSV(B) 21.43º 0.28% 0.58% -
XYZ 22.01 21.37 16.87 -
YUV 128.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 149 122 107 0 0.18 0.28 0.42 21.43 0.17 0.5
Hex 95 7A 6B 0 12 1C 2A 15 11 32
Octal 225 172 153 0 22 34 52 25 21 62
Binary 10010101 1111010 1101011 0 10010 11100 101010 10101 10001 110010

Color Harmonies of #957A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A6B

Black with #957A6B

Text Example


Text Example

White with #957A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,122,107); }

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

background-color css

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

 a { background-color: rgb(149,122,107); }

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

border-color css

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

 span { border-color: rgb(149,122,107); }

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