#997267

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

Shades of Toast #997267

Tints of Toast #997267

Color information

#997267 (or 0x997267) is unknown color: approx Toast. HEX triplet: 99, 72 and 67. RGB value is (153,114,103). Sum of RGB (Red+Green+Blue) = 153+114+103=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #997267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997267 is #668D98. Grayscale: #7C7C7C. Windows color (decimal): -6720921 or 6779545. OLE color: 6779545.

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

Color convert

RGB153114103-
CMYK00.250.330.4
HSL13.2º19.69%50.2%-
HSV(B)13.2º32.68%60%-
XYZ21.619.7915.51-
YUV124.41115.92148.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=41.35%
G=30.81%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311410300.250.330.413.219.6950.2
Hex9972670192128d1432
Octal2311621470314150152462
Binary1001100111100101100111011001100001101000110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997267; }

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

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

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

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

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

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

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

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