#968779

Color #968779 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #968779

Tints of Almond Frost #968779

Color information

#968779 (or 0x968779) is unknown color: approx Almond Frost. HEX triplet: 96, 87 and 79. RGB value is (150,135,121). Sum of RGB (Red+Green+Blue) = 150+135+121=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #968779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968779 is #697886. Grayscale: #898989. Windows color (decimal): -6912135 or 7964566. OLE color: 7964566.

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

Color convert

RGB150135121-
CMYK00.10.190.41
HSL28.97º12.13%53.14%-
HSV(B)28.97º19.33%58.82%-
XYZ24.6925.1921.65-
YUV137.89118.47136.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=36.95%
G=33.25%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013512100.10.190.4128.9712.1353.14
Hex9687790A13291dc35
Octal2262071710122351351465
Binary100101101000011111110010101010011101001111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968779; }

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

 H1.HeaderClassName
 {
   color: #968779;
 }
 .AnyTagClassName
 {
   color: #968779;
 }
</style>
background-color css

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

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

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

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

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

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