Html Css Color HEX #968679 Almond Frost

📋 copy color: '#968679'

red 150 ◦ green 134 ◦ blue 121

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

Shades of Almond Frost #968679

Tints of Almond Frost #968679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.09%

 BLUE value IS 121 (47.66% from 255) = 29.88%

R = 37.04%
G = 33.09%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#968679 (or 0x968679) is known color: Almond Frost. HEX triplet: 96, 86 and 79. RGB value is (150,134,121). Sum of RGB (Red+Green+Blue) = 150+134+121=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #968679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968679 is #697986. Grayscale: #898989. Windows color (decimal): -6912391 or 7964310. OLE color: 7964310.

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

Color convert

RGB 150 134 121 -
CMYK 0 0.11 0.19 0.41
HSL 26.9º 0.12% 0.53% -
HSV(B) 26.9º 0.19% 0.59% -
XYZ 24.55 24.91 21.6 -
YUV 137.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 150 134 121 0 0.11 0.19 0.41 26.9 0.12 0.53
Hex 96 86 79 0 B 13 29 1B C 35
Octal 226 206 171 0 13 23 51 33 14 65
Binary 10010110 10000110 1111001 0 1011 10011 101001 11011 1100 110101

Color Harmonies of #968679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968679

Black with #968679

Text Example


Text Example

White with #968679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968679; }

 p { color: rgb(150,134,121); }

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

background-color css

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

 a { background-color: rgb(150,134,121); }

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

border-color css

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

 span { border-color: rgb(150,134,121); }

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