#968072

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

Shades of Almond Frost #968072

Tints of Almond Frost #968072

Color information

#968072 (or 0x968072) is unknown color: approx Almond Frost. HEX triplet: 96, 80 and 72. RGB value is (150,128,114). Sum of RGB (Red+Green+Blue) = 150+128+114=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #968072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968072 is #697F8D. Grayscale: #858585. Windows color (decimal): -6913934 or 7504022. OLE color: 7504022.

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

Color convert

RGB150128114-
CMYK00.150.240.41
HSL23.33º14.63%51.76%-
HSV(B)23.33º24%58.82%-
XYZ23.3323.1419.16-
YUV132.98117.29140.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=38.27%
G=32.65%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012811400.150.240.4123.3314.6351.76
Hex9680720F182917f34
Octal2262001620173051271764
Binary100101101000000011100100111111000101001101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968072; }

 p { color: rgb(150,128,114); }

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

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

 a { background-color: rgb(150,128,114); }

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

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

 span { border-color: rgb(150,128,114); }

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