Html Css Color HEX #957468 Toast

📋 copy color: '#957468'

red 149 ◦ green 116 ◦ blue 104

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

Shades of Toast #957468

Tints of Toast #957468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 40.38%
G = 31.44%
B = 28.18%

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

#957468 (or 0x957468) is known color: Toast. HEX triplet: 95, 74 and 68. RGB value is (149,116,104). Sum of RGB (Red+Green+Blue) = 149+116+104=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #957468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957468 is #6A8B97. Grayscale: #7C7C7C. Windows color (decimal): -6982552 or 6845589. OLE color: 6845589.

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

Color convert

RGB 149 116 104 -
CMYK 0 0.22 0.30 0.42
HSL 16º 0.18% 0.5% -
HSV(B) 16º 0.3% 0.58% -
XYZ 21.14 19.88 15.82 -
YUV 124.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 149 116 104 0 0.22 0.30 0.42 16 0.18 0.5
Hex 95 74 68 0 16 1E 2A 10 12 32
Octal 225 164 150 0 26 36 52 20 22 62
Binary 10010101 1110100 1101000 0 10110 11110 101010 10000 10010 110010

Color Harmonies of #957468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957468

Black with #957468

Text Example


Text Example

White with #957468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957468; }

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

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

background-color css

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

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

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

border-color css

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

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

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