Html Css Color HEX #957469 Hemp

📋 copy color: '#957469'

red 149 ◦ green 116 ◦ blue 105

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

Shades of Hemp #957469

Tints of Hemp #957469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 40.27%
G = 31.35%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#957469 (or 0x957469) is known color: Hemp. HEX triplet: 95, 74 and 69. RGB value is (149,116,105). Sum of RGB (Red+Green+Blue) = 149+116+105=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #957469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957469 is #6A8B96. Grayscale: #7C7C7C. Windows color (decimal): -6982551 or 6911125. OLE color: 6911125.

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

Color convert

RGB 149 116 105 -
CMYK 0 0.22 0.30 0.42
HSL 15º 0.17% 0.5% -
HSV(B) 15º 0.3% 0.58% -
XYZ 21.19 19.9 16.09 -
YUV 124.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 149 116 105 0 0.22 0.30 0.42 15 0.17 0.5
Hex 95 74 69 0 16 1E 2A F 11 32
Octal 225 164 151 0 26 36 52 17 21 62
Binary 10010101 1110100 1101001 0 10110 11110 101010 1111 10001 110010

Color Harmonies of #957469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957469

Black with #957469

Text Example


Text Example

White with #957469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957469; }

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

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

background-color css

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

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

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

border-color css

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

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

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