Html Css Color HEX #957367 Toast

📋 copy color: '#957367'

red 149 ◦ green 115 ◦ blue 103

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

Shades of Toast #957367

Tints of Toast #957367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.07%

R = 40.6%
G = 31.34%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#957367 (or 0x957367) is known color: Toast. HEX triplet: 95, 73 and 67. RGB value is (149,115,103). Sum of RGB (Red+Green+Blue) = 149+115+103=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957367 is #6A8C98. Grayscale: #7B7B7B. Windows color (decimal): -6982809 or 6779797. OLE color: 6779797.

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

Color convert

RGB 149 115 103 -
CMYK 0 0.23 0.31 0.42
HSL 15.65º 0.18% 0.49% -
HSV(B) 15.65º 0.31% 0.58% -
XYZ 20.97 19.63 15.52 -
YUV 123.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 149 115 103 0 0.23 0.31 0.42 15.65 0.18 0.49
Hex 95 73 67 0 17 1F 2A 10 12 31
Octal 225 163 147 0 27 37 52 20 22 61
Binary 10010101 1110011 1100111 0 10111 11111 101010 10000 10010 110001

Color Harmonies of #957367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957367

Black with #957367

Text Example


Text Example

White with #957367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957367; }

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

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

background-color css

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

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

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

border-color css

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

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

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