#968175

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

Shades of Almond Frost #968175

Tints of Almond Frost #968175

Color information

#968175 (or 0x968175) is unknown color: approx Almond Frost. HEX triplet: 96, 81 and 75. RGB value is (150,129,117). Sum of RGB (Red+Green+Blue) = 150+129+117=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968175 is #697E8A. Grayscale: #858585. Windows color (decimal): -6913675 or 7700886. OLE color: 7700886.

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

Color convert

RGB150129117-
CMYK00.140.220.41
HSL21.82º13.58%52.35%-
HSV(B)21.82º22%58.82%-
XYZ23.6423.4720.11-
YUV133.91118.46139.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=37.88%
G=32.58%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012911700.140.220.4121.8213.5852.35
Hex9681750E162916e34
Octal2262011650162651261664
Binary100101101000000111101010111010110101001101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968175; }

 p { color: rgb(150,129,117); }

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

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

 a { background-color: rgb(150,129,117); }

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

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

 span { border-color: rgb(150,129,117); }

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