#957467

Color #957467 Toast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toast #957467

Tints of Toast #957467

Color information

#957467 (or 0x957467) is unknown color: approx Toast. HEX triplet: 95, 74 and 67. RGB value is (149,116,103). Sum of RGB (Red+Green+Blue) = 149+116+103=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #957467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957467 is #6A8B98. Grayscale: #7C7C7C. Windows color (decimal): -6982553 or 6780053. OLE color: 6780053.

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

Color convert

RGB149116103-
CMYK00.220.310.42
HSL16.96º18.25%49.41%-
HSV(B)16.96º30.87%58.43%-
XYZ21.0919.8615.55-
YUV124.38115.93145.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 103 (40.62% from 255) = 27.99%
R=40.49%
G=31.52%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911610300.220.310.4216.9618.2549.41
Hex9574670161F2A111231
Octal2251641470263752212261
Binary1001010111101001100111010110111111010101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957467; }

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

 H1.HeaderClassName
 {
   color: #957467;
 }
 .AnyTagClassName
 {
   color: #957467;
 }
</style>
background-color css

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

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

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

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

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

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