#968271

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

Shades of Almond Frost #968271

Tints of Almond Frost #968271

Color information

#968271 (or 0x968271) is unknown color: approx Almond Frost. HEX triplet: 96, 82 and 71. RGB value is (150,130,113). Sum of RGB (Red+Green+Blue) = 150+130+113=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #968271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968271 is #697D8E. Grayscale: #868686. Windows color (decimal): -6913423 or 7438998. OLE color: 7438998.

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

Color convert

RGB150130113-
CMYK00.130.250.41
HSL27.57º14.98%51.57%-
HSV(B)27.57º24.67%58.82%-
XYZ23.5423.6418.95-
YUV134.04116.13139.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=38.17%
G=33.08%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013011300.130.250.4127.5714.9851.57
Hex9682710D19291cf34
Octal2262021610153151341764
Binary100101101000001011100010110111001101001111001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968271; }

 p { color: rgb(150,130,113); }

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

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

 a { background-color: rgb(150,130,113); }

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

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

 span { border-color: rgb(150,130,113); }

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