Html Css Color HEX #957769 Hemp

📋 copy color: '#957769'

red 149 ◦ green 119 ◦ blue 105

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

Shades of Hemp #957769

Tints of Hemp #957769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 39.95%
G = 31.9%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#957769 (or 0x957769) is known color: Hemp. HEX triplet: 95, 77 and 69. RGB value is (149,119,105). Sum of RGB (Red+Green+Blue) = 149+119+105=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #957769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957769 is #6A8896. Grayscale: #7E7E7E. Windows color (decimal): -6981783 or 6911893. OLE color: 6911893.

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

Color convert

RGB 149 119 105 -
CMYK 0 0.20 0.30 0.42
HSL 19.09º 0.17% 0.5% -
HSV(B) 19.09º 0.3% 0.58% -
XYZ 21.54 20.6 16.21 -
YUV 126.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 149 119 105 0 0.20 0.30 0.42 19.09 0.17 0.5
Hex 95 77 69 0 14 1E 2A 13 11 32
Octal 225 167 151 0 24 36 52 23 21 62
Binary 10010101 1110111 1101001 0 10100 11110 101010 10011 10001 110010

Color Harmonies of #957769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957769

Black with #957769

Text Example


Text Example

White with #957769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957769; }

 p { color: rgb(149,119,105); }

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

background-color css

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

 a { background-color: rgb(149,119,105); }

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

border-color css

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

 span { border-color: rgb(149,119,105); }

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