#968474

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

Shades of Almond Frost #968474

Tints of Almond Frost #968474

Color information

#968474 (or 0x968474) is unknown color: approx Almond Frost. HEX triplet: 96, 84 and 74. RGB value is (150,132,116). Sum of RGB (Red+Green+Blue) = 150+132+116=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968474 is #697B8B. Grayscale: #878787. Windows color (decimal): -6912908 or 7636118. OLE color: 7636118.

HSL color Cylindrical-coordinate representation of color #968474: hue angle of 28.24º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968474 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB150132116-
CMYK00.120.230.41
HSL28.24º13.93%52.16%-
HSV(B)28.24º22.67%58.82%-
XYZ23.9824.2519.94-
YUV135.56116.96138.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 116 (45.70% from 255) = 29.15%
R=37.69%
G=33.17%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013211600.120.230.4128.2413.9352.16
Hex9684740C17291ce34
Octal2262041640142751341664
Binary100101101000010011101000110010111101001111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968474; }

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

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

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

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

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

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

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

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