Html Css Color HEX #96897D Almond Frost

📋 copy color: '#96897D'

red 150 ◦ green 137 ◦ blue 125

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

Shades of Almond Frost #96897D

Tints of Almond Frost #96897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 36.41%
G = 33.25%
B = 30.34%

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

#96897D (or 0x96897D) is known color: Almond Frost. HEX triplet: 96, 89 and 7D. RGB value is (150,137,125). Sum of RGB (Red+Green+Blue) = 150+137+125=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #96897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96897D is #697682. Grayscale: #8B8B8B. Windows color (decimal): -6911619 or 8227222. OLE color: 8227222.

HSL color Cylindrical-coordinate representation of color #96897D: hue angle of 28.8º 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 #96897D is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 125 -
CMYK 0 0.09 0.17 0.41
HSL 28.8º 0.11% 0.54% -
HSV(B) 28.8º 0.17% 0.59% -
XYZ 25.23 25.86 23.06 -
YUV 139.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 150 137 125 0 0.09 0.17 0.41 28.8 0.11 0.54
Hex 96 89 7D 0 9 11 29 1D B 36
Octal 226 211 175 0 11 21 51 35 13 66
Binary 10010110 10001001 1111101 0 1001 10001 101001 11101 1011 110110

Color Harmonies of #96897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96897D

Black with #96897D

Text Example


Text Example

White with #96897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96897D; }

 p { color: rgb(150,137,125); }

 H1.HeaderClassName
 {
   color: #96897D;
 }
 .AnyTagClassName
 {
   color: #96897D;
 }
</style>

background-color css

<style>
 a { background-color: #96897D; }

 a { background-color: rgb(150,137,125); }

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

border-color css

<style>
 span { border-color: #96897D; }

 span { border-color: rgb(150,137,125); }

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