Html Css Color HEX #96877A Almond Frost

📋 copy color: '#96877A'

red 150 ◦ green 135 ◦ blue 122

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

Shades of Almond Frost #96877A

Tints of Almond Frost #96877A

RGB

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

 GREEN value IS 135 (53.13% 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 value IS 0

 M value IS 0.1

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96877A (or 0x96877A) is known color: 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

RGB 150 135 122 -
CMYK 0 0.1 0.19 0.41
HSL 27.86º 0.12% 0.53% -
HSV(B) 27.86º 0.19% 0.59% -
XYZ 24.75 25.22 21.98 -
YUV 138 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 150 135 122 0 0.1 0.19 0.41 27.86 0.12 0.53
Hex 96 87 7A 0 A 13 29 1C C 35
Octal 226 207 172 0 12 23 51 34 14 65
Binary 10010110 10000111 1111010 0 1010 10011 101001 11100 1100 110101

Color Harmonies of #96877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96877A

Black with #96877A

Text Example


Text Example

White with #96877A

Text Example


Text Example

HTML Codes & Css Web 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>