#998678

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

Shades of Almond Frost #998678

Tints of Almond Frost #998678

Color information

#998678 (or 0x998678) is unknown color: approx Almond Frost. HEX triplet: 99, 86 and 78. RGB value is (153,134,120). Sum of RGB (Red+Green+Blue) = 153+134+120=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #998678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998678 is #667987. Grayscale: #8A8A8A. Windows color (decimal): -6715784 or 7898777. OLE color: 7898777.

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

Color convert

RGB153134120-
CMYK00.120.220.4
HSL25.45º13.92%53.53%-
HSV(B)25.45º21.57%60%-
XYZ25.0525.1821.31-
YUV138.08117.79138.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=37.59%
G=32.92%
B=29.48%

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
Decimal15313412000.120.220.425.4513.9253.53
Hex9986780C162819e36
Octal2312061700142650311666
Binary100110011000011011110000110010110101000110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998678; }

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

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

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

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

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

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

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

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