#968478

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

Shades of Almond Frost #968478

Tints of Almond Frost #968478

Color information

#968478 (or 0x968478) is unknown color: approx Almond Frost. HEX triplet: 96, 84 and 78. RGB value is (150,132,120). Sum of RGB (Red+Green+Blue) = 150+132+120=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #968478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968478 is #697B87. Grayscale: #888888. Windows color (decimal): -6912904 or 7898262. OLE color: 7898262.

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

Color convert

RGB150132120-
CMYK00.120.200.41
HSL24º12.5%52.94%-
HSV(B)24º20%58.82%-
XYZ24.2224.3421.19-
YUV136.01118.96137.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=37.31%
G=32.84%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013212000.120.200.412412.552.94
Hex9684780C142918d35
Octal2262041700142451301565
Binary100101101000010011110000110010100101001110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968478; }

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

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

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

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

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

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

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

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