#968274

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

Shades of Almond Frost #968274

Tints of Almond Frost #968274

Color information

#968274 (or 0x968274) is unknown color: approx Almond Frost. HEX triplet: 96, 82 and 74. RGB value is (150,130,116). Sum of RGB (Red+Green+Blue) = 150+130+116=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968274 is #697D8B. Grayscale: #868686. Windows color (decimal): -6913420 or 7635606. OLE color: 7635606.

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

Color convert

RGB150130116-
CMYK00.130.230.41
HSL24.71º13.93%52.16%-
HSV(B)24.71º22.67%58.82%-
XYZ23.7123.7119.85-
YUV134.38117.63139.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=37.88%
G=32.83%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013011600.130.230.4124.7113.9352.16
Hex9682740D172919e34
Octal2262021640152751311664
Binary100101101000001011101000110110111101001110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968274; }

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

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

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

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

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

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

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

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