Html Css Color HEX #968576 Almond Frost

📋 copy color: '#968576'

red 150 ◦ green 133 ◦ blue 118

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

Shades of Almond Frost #968576

Tints of Almond Frost #968576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 37.41%
G = 33.17%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#968576 (or 0x968576) is known color: Almond Frost. HEX triplet: 96, 85 and 76. RGB value is (150,133,118). Sum of RGB (Red+Green+Blue) = 150+133+118=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #968576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968576 is #697A89. Grayscale: #888888. Windows color (decimal): -6912650 or 7767446. OLE color: 7767446.

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

Color convert

RGB 150 133 118 -
CMYK 0 0.11 0.21 0.41
HSL 28.13º 0.13% 0.53% -
HSV(B) 28.13º 0.21% 0.59% -
XYZ 24.24 24.57 20.6 -
YUV 136.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 150 133 118 0 0.11 0.21 0.41 28.13 0.13 0.53
Hex 96 85 76 0 B 15 29 1C D 35
Octal 226 205 166 0 13 25 51 34 15 65
Binary 10010110 10000101 1110110 0 1011 10101 101001 11100 1101 110101

Color Harmonies of #968576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968576

Black with #968576

Text Example


Text Example

White with #968576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968576; }

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

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

background-color css

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

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

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

border-color css

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

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

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