#997264

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

Shades of Toast #997264

Tints of Toast #997264

Color information

#997264 (or 0x997264) is unknown color: approx Toast. HEX triplet: 99, 72 and 64. RGB value is (153,114,100). Sum of RGB (Red+Green+Blue) = 153+114+100=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #997264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997264 is #668D9B. Grayscale: #7C7C7C. Windows color (decimal): -6720924 or 6582937. OLE color: 6582937.

HSL color Cylindrical-coordinate representation of color #997264: hue angle of 15.85º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997264 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB153114100-
CMYK00.250.350.4
HSL15.85º20.95%49.61%-
HSV(B)15.85º34.64%60%-
XYZ21.4519.7314.73-
YUV124.06114.42148.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=41.69%
G=31.06%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311410000.250.350.415.8520.9549.61
Hex9972640192328101532
Octal2311621440314350202562
Binary10011001111001011001000110011000111010001000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997264; }

 p { color: rgb(153,114,100); }

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

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

 a { background-color: rgb(153,114,100); }

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

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

 span { border-color: rgb(153,114,100); }

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