#98877B

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

Shades of Almond Frost #98877B

Tints of Almond Frost #98877B

Color information

#98877B (or 0x98877B) is unknown color: approx Almond Frost. HEX triplet: 98, 87 and 7B. RGB value is (152,135,123). Sum of RGB (Red+Green+Blue) = 152+135+123=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #98877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98877B is #677884. Grayscale: #8A8A8A. Windows color (decimal): -6781061 or 8095640. OLE color: 8095640.

HSL color Cylindrical-coordinate representation of color #98877B: hue angle of 24.83º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98877B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB152135123-
CMYK00.110.190.40
HSL24.83º12.34%53.92%-
HSV(B)24.83º19.08%59.61%-
XYZ25.1925.4322.32-
YUV138.71119.13137.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 123 (48.44% from 255) = 30%
R=37.07%
G=32.93%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213512300.110.190.4024.8312.3453.92
Hex98877B0B132819c36
Octal2302071730132350311466
Binary100110001000011111110110101110011101000110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98877B; }

 p { color: rgb(152,135,123); }

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

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

 a { background-color: rgb(152,135,123); }

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

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

 span { border-color: rgb(152,135,123); }

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