#98816F

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

Shades of Almond Frost #98816F

Tints of Almond Frost #98816F

Color information

#98816F (or 0x98816F) is unknown color: approx Almond Frost. HEX triplet: 98, 81 and 6F. RGB value is (152,129,111). Sum of RGB (Red+Green+Blue) = 152+129+111=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98816F is #677E90. Grayscale: #858585. Windows color (decimal): -6782609 or 7307672. OLE color: 7307672.

HSL color Cylindrical-coordinate representation of color #98816F: hue angle of 26.34º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98816F is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB152129111-
CMYK00.150.270.40
HSL26.34º16.6%51.57%-
HSV(B)26.34º26.97%59.61%-
XYZ23.6723.5218.33-
YUV133.82115.12140.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=38.78%
G=32.91%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212911100.150.270.4026.3416.651.57
Hex98816F0F1B281a1134
Octal2302011570173350322164
Binary1001100010000001110111101111110111010001101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98816F; }

 p { color: rgb(152,129,111); }

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

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

 a { background-color: rgb(152,129,111); }

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

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

 span { border-color: rgb(152,129,111); }

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