#968275

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

Shades of Almond Frost #968275

Tints of Almond Frost #968275

Color information

#968275 (or 0x968275) is unknown color: approx Almond Frost. HEX triplet: 96, 82 and 75. RGB value is (150,130,117). Sum of RGB (Red+Green+Blue) = 150+130+117=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #968275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968275 is #697D8A. Grayscale: #868686. Windows color (decimal): -6913419 or 7701142. OLE color: 7701142.

HSL color Cylindrical-coordinate representation of color #968275: hue angle of 23.64º 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 #968275 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB150130117-
CMYK00.130.220.41
HSL23.64º13.58%52.35%-
HSV(B)23.64º22%58.82%-
XYZ23.7723.7320.16-
YUV134.5118.13139.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=37.78%
G=32.75%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013011700.130.220.4123.6413.5852.35
Hex9682750D162918e34
Octal2262021650152651301664
Binary100101101000001011101010110110110101001110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968275; }

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

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

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

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

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

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

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

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