Html Css Color HEX #957265 Toast

📋 copy color: '#957265'

red 149 ◦ green 114 ◦ blue 101

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

Shades of Toast #957265

Tints of Toast #957265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

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

R = 40.93%
G = 31.32%
B = 27.75%

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

#957265 (or 0x957265) is known color: Toast. HEX triplet: 95, 72 and 65. RGB value is (149,114,101). Sum of RGB (Red+Green+Blue) = 149+114+101=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #957265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957265 is #6A8D9A. Grayscale: #7B7B7B. Windows color (decimal): -6983067 or 6648469. OLE color: 6648469.

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

Color convert

RGB 149 114 101 -
CMYK 0 0.23 0.32 0.42
HSL 16.25º 0.19% 0.49% -
HSV(B) 16.25º 0.32% 0.58% -
XYZ 20.76 19.36 14.96 -
YUV 122.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 149 114 101 0 0.23 0.32 0.42 16.25 0.19 0.49
Hex 95 72 65 0 17 20 2A 10 13 31
Octal 225 162 145 0 27 40 52 20 23 61
Binary 10010101 1110010 1100101 0 10111 100000 101010 10000 10011 110001

Color Harmonies of #957265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957265

Black with #957265

Text Example


Text Example

White with #957265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957265; }

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

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

background-color css

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

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

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

border-color css

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

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

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