#99877E

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

Shades of Almond Frost #99877E

Tints of Almond Frost #99877E

Color information

#99877E (or 0x99877E) is unknown color: approx Almond Frost. HEX triplet: 99, 87 and 7E. RGB value is (153,135,126). Sum of RGB (Red+Green+Blue) = 153+135+126=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #99877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99877E is #667881. Grayscale: #8B8B8B. Windows color (decimal): -6715522 or 8292249. OLE color: 8292249.

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

Color convert

RGB153135126-
CMYK00.120.180.4
HSL20º11.69%54.71%-
HSV(B)20º17.65%60%-
XYZ25.5725.6123.33-
YUV139.36120.46137.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=36.96%
G=32.61%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313512600.120.180.42011.6954.71
Hex99877E0C122814c37
Octal2312071760142250241467
Binary100110011000011111111100110010010101000101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99877E; }

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

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

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

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

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

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

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

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