#968375

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

Shades of Almond Frost #968375

Tints of Almond Frost #968375

Color information

#968375 (or 0x968375) is unknown color: approx Almond Frost. HEX triplet: 96, 83 and 75. RGB value is (150,131,117). Sum of RGB (Red+Green+Blue) = 150+131+117=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968375 is #697C8A. Grayscale: #878787. Windows color (decimal): -6913163 or 7701398. OLE color: 7701398.

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

Color convert

RGB150131117-
CMYK00.130.220.41
HSL25.45º13.58%52.35%-
HSV(B)25.45º22%58.82%-
XYZ23.92420.2-
YUV135.08117.79138.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=37.69%
G=32.91%
B=29.40%

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
Decimal15013111700.130.220.4125.4513.5852.35
Hex9683750D162919e34
Octal2262031650152651311664
Binary100101101000001111101010110110110101001110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968375; }

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

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

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

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

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

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

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

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