#947266

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

Shades of Toast #947266

Tints of Toast #947266

Color information

#947266 (or 0x947266) is unknown color: approx Toast. HEX triplet: 94, 72 and 66. RGB value is (148,114,102). Sum of RGB (Red+Green+Blue) = 148+114+102=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #947266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947266 is #6B8D99. Grayscale: #7A7A7A. Windows color (decimal): -7048602 or 6714004. OLE color: 6714004.

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

Color convert

RGB148114102-
CMYK00.230.310.42
HSL15.65º18.4%49.02%-
HSV(B)15.65º31.08%58.04%-
XYZ20.6319.2915.21-
YUV122.8116.26145.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=40.66%
G=31.32%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811410200.230.310.4215.6518.449.02
Hex9472660171F2A101231
Octal2241621460273752202261
Binary1001010011100101100110010111111111010101000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947266; }

 p { color: rgb(148,114,102); }

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

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

 a { background-color: rgb(148,114,102); }

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

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

 span { border-color: rgb(148,114,102); }

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