#968678

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

Shades of Almond Frost #968678

Tints of Almond Frost #968678

Color information

#968678 (or 0x968678) is unknown color: approx Almond Frost. HEX triplet: 96, 86 and 78. RGB value is (150,134,120). Sum of RGB (Red+Green+Blue) = 150+134+120=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #968678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968678 is #697987. Grayscale: #898989. Windows color (decimal): -6912392 or 7898774. OLE color: 7898774.

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

Color convert

RGB150134120-
CMYK00.110.200.41
HSL28º12.5%52.94%-
HSV(B)28º20%58.82%-
XYZ24.4924.8921.28-
YUV137.19118.3137.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=37.13%
G=33.17%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013412000.110.200.412812.552.94
Hex9686780B14291cd35
Octal2262061700132451341565
Binary100101101000011011110000101110100101001111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968678; }

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

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

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

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

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

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

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

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