#997369

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

Shades of Toast #997369

Tints of Toast #997369

Color information

#997369 (or 0x997369) is unknown color: approx Toast. HEX triplet: 99, 73 and 69. RGB value is (153,115,105). Sum of RGB (Red+Green+Blue) = 153+115+105=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #997369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997369 is #668C96. Grayscale: #7D7D7D. Windows color (decimal): -6720663 or 6910873. OLE color: 6910873.

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

Color convert

RGB153115105-
CMYK00.250.310.4
HSL12.5º19.05%50.59%-
HSV(B)12.5º31.37%60%-
XYZ21.8220.0516.09-
YUV125.22116.59147.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=41.02%
G=30.83%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311510500.250.310.412.519.0550.59
Hex9973690191F28c1333
Octal2311631510313750142363
Binary100110011110011110100101100111111101000110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997369; }

 p { color: rgb(153,115,105); }

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

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

 a { background-color: rgb(153,115,105); }

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

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

 span { border-color: rgb(153,115,105); }

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