#998677

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

Shades of Almond Frost #998677

Tints of Almond Frost #998677

Color information

#998677 (or 0x998677) is unknown color: approx Almond Frost. HEX triplet: 99, 86 and 77. RGB value is (153,134,119). Sum of RGB (Red+Green+Blue) = 153+134+119=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #998677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998677 is #667988. Grayscale: #8A8A8A. Windows color (decimal): -6715785 or 7833241. OLE color: 7833241.

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

Color convert

RGB153134119-
CMYK00.120.220.4
HSL26.47º14.29%53.33%-
HSV(B)26.47º22.22%60%-
XYZ24.9925.1520.99-
YUV137.97117.29138.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=37.68%
G=33.00%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313411900.120.220.426.4714.2953.33
Hex9986770C16281ae35
Octal2312061670142650321665
Binary100110011000011011101110110010110101000110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998677; }

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

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

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

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

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

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

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

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