#997165

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

Shades of Toast #997165

Tints of Toast #997165

Color information

#997165 (or 0x997165) is unknown color: approx Toast. HEX triplet: 99, 71 and 65. RGB value is (153,113,101). Sum of RGB (Red+Green+Blue) = 153+113+101=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #997165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997165 is #668E9A. Grayscale: #7B7B7B. Windows color (decimal): -6721179 or 6648217. OLE color: 6648217.

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

Color convert

RGB153113101-
CMYK00.260.340.4
HSL13.85º20.47%49.8%-
HSV(B)13.85º33.99%60%-
XYZ21.3919.5214.95-
YUV123.59115.25148.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 101 (39.84% from 255) = 27.52%
R=41.69%
G=30.79%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311310100.260.340.413.8520.4749.8
Hex99716501A2228e1432
Octal2311611450324250162462
Binary1001100111100011100101011010100010101000111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997165; }

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

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

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

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

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

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

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

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