Html Css Color HEX #96857B Almond Frost

📋 copy color: '#96857B'

red 150 ◦ green 133 ◦ blue 123

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

Shades of Almond Frost #96857B

Tints of Almond Frost #96857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.76%

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 36.95%
G = 32.76%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96857B (or 0x96857B) is known color: Almond Frost. HEX triplet: 96, 85 and 7B. RGB value is (150,133,123). Sum of RGB (Red+Green+Blue) = 150+133+123=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96857B is #697A84. Grayscale: #898989. Windows color (decimal): -6912645 or 8095126. OLE color: 8095126.

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

Color convert

RGB 150 133 123 -
CMYK 0 0.11 0.18 0.41
HSL 22.22º 0.11% 0.54% -
HSV(B) 22.22º 0.18% 0.59% -
XYZ 24.54 24.69 22.21 -
YUV 136.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 150 133 123 0 0.11 0.18 0.41 22.22 0.11 0.54
Hex 96 85 7B 0 B 12 29 16 B 36
Octal 226 205 173 0 13 22 51 26 13 66
Binary 10010110 10000101 1111011 0 1011 10010 101001 10110 1011 110110

Color Harmonies of #96857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96857B

Black with #96857B

Text Example


Text Example

White with #96857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96857B; }

 p { color: rgb(150,133,123); }

 H1.HeaderClassName
 {
   color: #96857B;
 }
 .AnyTagClassName
 {
   color: #96857B;
 }
</style>

background-color css

<style>
 a { background-color: #96857B; }

 a { background-color: rgb(150,133,123); }

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

border-color css

<style>
 span { border-color: #96857B; }

 span { border-color: rgb(150,133,123); }

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