Html Css Color HEX #96887C Almond Frost

📋 copy color: '#96887C'

red 150 ◦ green 136 ◦ blue 124

#96887C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #96887C

Tints of Almond Frost #96887C

RGB

 RED value IS 150 (58.98% from 255) = 36.59%

 GREEN value IS 136 (53.52% from 255) = 33.17%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 36.59%
G = 33.17%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96887C (or 0x96887C) is known color: Almond Frost. HEX triplet: 96, 88 and 7C. RGB value is (150,136,124). Sum of RGB (Red+Green+Blue) = 150+136+124=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #96887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96887C is #697783. Grayscale: #8A8A8A. Windows color (decimal): -6911876 or 8161430. OLE color: 8161430.

HSL color Cylindrical-coordinate representation of color #96887C: hue angle of 27.69º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96887C is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 124 -
CMYK 0 0.09 0.17 0.41
HSL 27.69º 0.11% 0.54% -
HSV(B) 27.69º 0.17% 0.59% -
XYZ 25.02 25.55 22.68 -
YUV 138.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 150 136 124 0 0.09 0.17 0.41 27.69 0.11 0.54
Hex 96 88 7C 0 9 11 29 1C B 36
Octal 226 210 174 0 11 21 51 34 13 66
Binary 10010110 10001000 1111100 0 1001 10001 101001 11100 1011 110110

Color Harmonies of #96887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96887C

Black with #96887C

Text Example


Text Example

White with #96887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96887C; }

 p { color: rgb(150,136,124); }

 H1.HeaderClassName
 {
   color: #96887C;
 }
 .AnyTagClassName
 {
   color: #96887C;
 }
</style>

background-color css

<style>
 a { background-color: #96887C; }

 a { background-color: rgb(150,136,124); }

 div.DivClassName
 {
   background-color: #96887C;
 }
 .BgClassName
 {
   background-color: #96887C;
 }
</style>

border-color css

<style>
 span { border-color: #96887C; }

 span { border-color: rgb(150,136,124); }

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