Html Css Color HEX #957365 Toast

📋 copy color: '#957365'

red 149 ◦ green 115 ◦ blue 101

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

Shades of Toast #957365

Tints of Toast #957365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 40.82%
G = 31.51%
B = 27.67%

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

#957365 (or 0x957365) is known color: Toast. HEX triplet: 95, 73 and 65. RGB value is (149,115,101). Sum of RGB (Red+Green+Blue) = 149+115+101=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #957365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957365 is #6A8C9A. Grayscale: #7B7B7B. Windows color (decimal): -6982811 or 6648725. OLE color: 6648725.

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

Color convert

RGB 149 115 101 -
CMYK 0 0.23 0.32 0.42
HSL 17.5º 0.19% 0.49% -
HSV(B) 17.5º 0.32% 0.58% -
XYZ 20.87 19.59 14.99 -
YUV 123.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 149 115 101 0 0.23 0.32 0.42 17.5 0.19 0.49
Hex 95 73 65 0 17 20 2A 12 13 31
Octal 225 163 145 0 27 40 52 22 23 61
Binary 10010101 1110011 1100101 0 10111 100000 101010 10010 10011 110001

Color Harmonies of #957365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957365

Black with #957365

Text Example


Text Example

White with #957365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957365; }

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

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

background-color css

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

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

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

border-color css

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

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

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