#96837A

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

Shades of Almond Frost #96837A

Tints of Almond Frost #96837A

Color information

#96837A (or 0x96837A) is unknown color: approx Almond Frost. HEX triplet: 96, 83 and 7A. RGB value is (150,131,122). Sum of RGB (Red+Green+Blue) = 150+131+122=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #96837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96837A is #697C85. Grayscale: #878787. Windows color (decimal): -6913158 or 8029078. OLE color: 8029078.

HSL color Cylindrical-coordinate representation of color #96837A: hue angle of 19.29º 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 #96837A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150131122-
CMYK00.130.190.41
HSL19.29º11.76%53.33%-
HSV(B)19.29º18.67%58.82%-
XYZ24.2124.1221.79-
YUV135.65120.29138.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=37.22%
G=32.51%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013112200.130.190.4119.2911.7653.33
Hex96837A0D132913c35
Octal2262031720152351231465
Binary100101101000001111110100110110011101001100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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