#947467

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

Shades of Toast #947467

Tints of Toast #947467

Color information

#947467 (or 0x947467) is unknown color: approx Toast. HEX triplet: 94, 74 and 67. RGB value is (148,116,103). Sum of RGB (Red+Green+Blue) = 148+116+103=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #947467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947467 is #6B8B98. Grayscale: #7C7C7C. Windows color (decimal): -7048089 or 6780052. OLE color: 6780052.

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

Color convert

RGB148116103-
CMYK00.220.300.42
HSL17.33º17.93%49.22%-
HSV(B)17.33º30.41%58.04%-
XYZ20.9119.7715.55-
YUV124.09116.1145.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=40.33%
G=31.61%
B=28.07%

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
Decimal14811610300.220.300.4217.3317.9349.22
Hex9474670161E2A111231
Octal2241641470263652212261
Binary1001010011101001100111010110111101010101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947467; }

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

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

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

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

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

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

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

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