#947165

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

Shades of Toast #947165

Tints of Toast #947165

Color information

#947165 (or 0x947165) is unknown color: approx Toast. HEX triplet: 94, 71 and 65. RGB value is (148,113,101). Sum of RGB (Red+Green+Blue) = 148+113+101=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #947165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947165 is #6B8E9A. Grayscale: #7A7A7A. Windows color (decimal): -7048859 or 6648212. OLE color: 6648212.

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

Color convert

RGB148113101-
CMYK00.240.320.42
HSL15.32º18.88%48.82%-
HSV(B)15.32º31.76%58.04%-
XYZ20.4719.0514.91-
YUV122.1116.1146.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=40.88%
G=31.22%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811310100.240.320.4215.3218.8848.82
Hex947165018202Af1331
Octal2241611450304052172361
Binary1001010011100011100101011000100000101010111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947165; }

 p { color: rgb(148,113,101); }

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

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

 a { background-color: rgb(148,113,101); }

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

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

 span { border-color: rgb(148,113,101); }

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