#998775

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

Shades of Almond Frost #998775

Tints of Almond Frost #998775

Color information

#998775 (or 0x998775) is unknown color: approx Almond Frost. HEX triplet: 99, 87 and 75. RGB value is (153,135,117). Sum of RGB (Red+Green+Blue) = 153+135+117=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #998775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998775 is #66788A. Grayscale: #8A8A8A. Windows color (decimal): -6715531 or 7702425. OLE color: 7702425.

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

Color convert

RGB153135117-
CMYK00.120.240.4
HSL30º15%52.94%-
HSV(B)30º23.53%60%-
XYZ25.0125.3820.41-
YUV138.33115.96138.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=37.78%
G=33.33%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313511700.120.240.4301552.94
Hex9987750C18281ef35
Octal2312071650143050361765
Binary100110011000011111101010110011000101000111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998775; }

 p { color: rgb(153,135,117); }

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

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

 a { background-color: rgb(153,135,117); }

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

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

 span { border-color: rgb(153,135,117); }

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