Html Css Color HEX #96877D Almond Frost

📋 copy color: '#96877D'

red 150 ◦ green 135 ◦ blue 125

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

Shades of Almond Frost #96877D

Tints of Almond Frost #96877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.93%

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

R = 36.59%
G = 32.93%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96877D (or 0x96877D) is known color: Almond Frost. HEX triplet: 96, 87 and 7D. RGB value is (150,135,125). Sum of RGB (Red+Green+Blue) = 150+135+125=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #96877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96877D is #697882. Grayscale: #8A8A8A. Windows color (decimal): -6912131 or 8226710. OLE color: 8226710.

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

Color convert

RGB 150 135 125 -
CMYK 0 0.1 0.17 0.41
HSL 24º 0.11% 0.54% -
HSV(B) 24º 0.17% 0.59% -
XYZ 24.94 25.29 22.97 -
YUV 138.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 150 135 125 0 0.1 0.17 0.41 24 0.11 0.54
Hex 96 87 7D 0 A 11 29 18 B 36
Octal 226 207 175 0 12 21 51 30 13 66
Binary 10010110 10000111 1111101 0 1010 10001 101001 11000 1011 110110

Color Harmonies of #96877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96877D

Black with #96877D

Text Example


Text Example

White with #96877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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