#9D877B

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

Shades of Almond Frost #9D877B

Tints of Almond Frost #9D877B

Color information

#9D877B (or 0x9D877B) is unknown color: approx Almond Frost. HEX triplet: 9D, 87 and 7B. RGB value is (157,135,123). Sum of RGB (Red+Green+Blue) = 157+135+123=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D877B is #627884. Grayscale: #8C8C8C. Windows color (decimal): -6453381 or 8095645. OLE color: 8095645.

HSL color Cylindrical-coordinate representation of color #9D877B: hue angle of 21.18º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D877B is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB157135123-
CMYK00.140.220.38
HSL21.18º14.78%54.9%-
HSV(B)21.18º21.66%61.57%-
XYZ26.1425.9322.37-
YUV140.21118.29139.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.83%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=37.83%
G=32.53%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713512300.140.220.3821.1814.7854.9
Hex9D877B0E162615f37
Octal2352071730162646251767
Binary100111011000011111110110111010110100110101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D877B; }

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

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

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

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

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

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

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

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