#947368

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

Shades of Toast #947368

Tints of Toast #947368

Color information

#947368 (or 0x947368) is unknown color: approx Toast. HEX triplet: 94, 73 and 68. RGB value is (148,115,104). Sum of RGB (Red+Green+Blue) = 148+115+104=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #947368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947368 is #6B8C97. Grayscale: #7B7B7B. Windows color (decimal): -7048344 or 6845332. OLE color: 6845332.

HSL color Cylindrical-coordinate representation of color #947368: hue angle of 15º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #947368 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148115104-
CMYK00.220.300.42
HSL15º17.46%49.41%-
HSV(B)15º29.73%58.04%-
XYZ20.8419.5615.77-
YUV123.61116.93145.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=40.33%
G=31.34%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811510400.220.300.421517.4649.41
Hex9473680161E2Af1131
Octal2241631500263652172161
Binary100101001110011110100001011011110101010111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947368; }

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

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

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

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

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

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

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

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