Html Css Color HEX #96847A Almond Frost

📋 copy color: '#96847A'

red 150 ◦ green 132 ◦ blue 122

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

Shades of Almond Frost #96847A

Tints of Almond Frost #96847A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 122 (48.05% from 255) = 30.2%

R = 37.13%
G = 32.67%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96847A (or 0x96847A) is known color: Almond Frost. HEX triplet: 96, 84 and 7A. RGB value is (150,132,122). Sum of RGB (Red+Green+Blue) = 150+132+122=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96847A is #697B85. Grayscale: #888888. Windows color (decimal): -6912902 or 8029334. OLE color: 8029334.

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

Color convert

RGB 150 132 122 -
CMYK 0 0.12 0.19 0.41
HSL 21.43º 0.12% 0.53% -
HSV(B) 21.43º 0.19% 0.59% -
XYZ 24.34 24.39 21.84 -
YUV 136.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 150 132 122 0 0.12 0.19 0.41 21.43 0.12 0.53
Hex 96 84 7A 0 C 13 29 15 C 35
Octal 226 204 172 0 14 23 51 25 14 65
Binary 10010110 10000100 1111010 0 1100 10011 101001 10101 1100 110101

Color Harmonies of #96847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96847A

Black with #96847A

Text Example


Text Example

White with #96847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96847A;
 }
 .AnyTagClassName
 {
   color: #96847A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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