#96877A

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

Shades of Almond Frost #96877A

Tints of Almond Frost #96877A

Color information

#96877A (or 0x96877A) is unknown color: approx Almond Frost. HEX triplet: 96, 87 and 7A. RGB value is (150,135,122). Sum of RGB (Red+Green+Blue) = 150+135+122=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96877A is #697885. Grayscale: #8A8A8A. Windows color (decimal): -6912134 or 8030102. OLE color: 8030102.

HSL color Cylindrical-coordinate representation of color #96877A: hue angle of 27.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96877A is Cyan = 0, Magento = 0.1, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150135122-
CMYK00.10.190.41
HSL27.86º11.76%53.33%-
HSV(B)27.86º18.67%58.82%-
XYZ24.7525.2221.98-
YUV138118.97136.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=36.86%
G=33.17%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013512200.10.190.4127.8611.7653.33
Hex96877A0A13291cc35
Octal2262071720122351341465
Binary100101101000011111110100101010011101001111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96877A; }

 p { color: rgb(150,135,122); }

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

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

 a { background-color: rgb(150,135,122); }

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

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

 span { border-color: rgb(150,135,122); }

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