#968C85

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

Shades of Almond Frost #968C85

Tints of Almond Frost #968C85

Color information

#968C85 (or 0x968C85) is unknown color: approx Almond Frost. HEX triplet: 96, 8C and 85. RGB value is (150,140,133). Sum of RGB (Red+Green+Blue) = 150+140+133=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #968C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C85 is #69737A. Grayscale: #8E8E8E. Windows color (decimal): -6910843 or 8752278. OLE color: 8752278.

HSL color Cylindrical-coordinate representation of color #968C85: hue angle of 24.71º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968C85 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150140133-
CMYK00.070.110.41
HSL24.71º7.49%55.49%-
HSV(B)24.71º11.33%58.82%-
XYZ26.1926.9326.01-
YUV142.19122.81133.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=35.46%
G=33.10%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014013300.070.110.4124.717.4955.49
Hex968C8507B2919737
Octal22621420507135131767
Binary1001011010001100100001010111101110100111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968C85; }

 p { color: rgb(150,140,133); }

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

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

 a { background-color: rgb(150,140,133); }

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

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

 span { border-color: rgb(150,140,133); }

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