Html Css Color HEX #957366 Toast

📋 copy color: '#957366'

red 149 ◦ green 115 ◦ blue 102

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

Shades of Toast #957366

Tints of Toast #957366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 40.71%
G = 31.42%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#957366 (or 0x957366) is known color: Toast. HEX triplet: 95, 73 and 66. RGB value is (149,115,102). Sum of RGB (Red+Green+Blue) = 149+115+102=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #957366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957366 is #6A8C99. Grayscale: #7B7B7B. Windows color (decimal): -6982810 or 6714261. OLE color: 6714261.

HSL color Cylindrical-coordinate representation of color #957366: hue angle of 16.6º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957366 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 102 -
CMYK 0 0.23 0.32 0.42
HSL 16.6º 0.19% 0.49% -
HSV(B) 16.6º 0.32% 0.58% -
XYZ 20.92 19.61 15.25 -
YUV 123.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 149 115 102 0 0.23 0.32 0.42 16.6 0.19 0.49
Hex 95 73 66 0 17 20 2A 11 13 31
Octal 225 163 146 0 27 40 52 21 23 61
Binary 10010101 1110011 1100110 0 10111 100000 101010 10001 10011 110001

Color Harmonies of #957366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957366

Black with #957366

Text Example


Text Example

White with #957366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957366; }

 p { color: rgb(149,115,102); }

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

background-color css

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

 a { background-color: rgb(149,115,102); }

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

border-color css

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

 span { border-color: rgb(149,115,102); }

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