Html Css Color HEX #957368 Toast

📋 copy color: '#957368'

red 149 ◦ green 115 ◦ blue 104

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

Shades of Toast #957368

Tints of Toast #957368

RGB

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

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

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

R = 40.49%
G = 31.25%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#957368 (or 0x957368) is known color: Toast. HEX triplet: 95, 73 and 68. RGB value is (149,115,104). Sum of RGB (Red+Green+Blue) = 149+115+104=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #957368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957368 is #6A8C97. Grayscale: #7B7B7B. Windows color (decimal): -6982808 or 6845333. OLE color: 6845333.

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

Color convert

RGB 149 115 104 -
CMYK 0 0.23 0.30 0.42
HSL 14.67º 0.18% 0.5% -
HSV(B) 14.67º 0.3% 0.58% -
XYZ 21.02 19.65 15.78 -
YUV 123.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 149 115 104 0 0.23 0.30 0.42 14.67 0.18 0.5
Hex 95 73 68 0 17 1E 2A F 12 32
Octal 225 163 150 0 27 36 52 17 22 62
Binary 10010101 1110011 1101000 0 10111 11110 101010 1111 10010 110010

Color Harmonies of #957368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957368

Black with #957368

Text Example


Text Example

White with #957368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957368; }

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

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

background-color css

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

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

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

border-color css

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

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

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