#997768

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

Shades of Toast #997768

Tints of Toast #997768

Color information

#997768 (or 0x997768) is unknown color: approx Toast. HEX triplet: 99, 77 and 68. RGB value is (153,119,104). Sum of RGB (Red+Green+Blue) = 153+119+104=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #997768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997768 is #668897. Grayscale: #7F7F7F. Windows color (decimal): -6719640 or 6846361. OLE color: 6846361.

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

Color convert

RGB153119104-
CMYK00.220.320.4
HSL18.37º19.37%50.39%-
HSV(B)18.37º32.03%60%-
XYZ22.2320.9715.97-
YUV127.46114.76146.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=40.69%
G=31.65%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311910400.220.320.418.3719.3750.39
Hex9977680162028121332
Octal2311671500264050222362
Binary10011001111011111010000101101000001010001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997768; }

 p { color: rgb(153,119,104); }

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

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

 a { background-color: rgb(153,119,104); }

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

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

 span { border-color: rgb(153,119,104); }

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