Html Css Color HEX #957163 Toast

📋 copy color: '#957163'

red 149 ◦ green 113 ◦ blue 99

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

Shades of Toast #957163

Tints of Toast #957163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 41.27%
G = 31.3%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#957163 (or 0x957163) is known color: Toast. HEX triplet: 95, 71 and 63. RGB value is (149,113,99). Sum of RGB (Red+Green+Blue) = 149+113+99=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #957163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957163 is #6A8E9C. Grayscale: #7A7A7A. Windows color (decimal): -6983325 or 6517141. OLE color: 6517141.

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

Color convert

RGB 149 113 99 -
CMYK 0 0.24 0.34 0.42
HSL 16.8º 0.2% 0.49% -
HSV(B) 16.8º 0.34% 0.58% -
XYZ 20.55 19.1 14.41 -
YUV 122.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 149 113 99 0 0.24 0.34 0.42 16.8 0.2 0.49
Hex 95 71 63 0 18 22 2A 11 14 31
Octal 225 161 143 0 30 42 52 21 24 61
Binary 10010101 1110001 1100011 0 11000 100010 101010 10001 10100 110001

Color Harmonies of #957163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957163

Black with #957163

Text Example


Text Example

White with #957163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957163; }

 p { color: rgb(149,113,99); }

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

background-color css

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

 a { background-color: rgb(149,113,99); }

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

border-color css

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

 span { border-color: rgb(149,113,99); }

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