Html Css Color HEX #968479 Almond Frost

📋 copy color: '#968479'

red 150 ◦ green 132 ◦ blue 121

#968479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #968479

Tints of Almond Frost #968479

RGB

 RED value IS 150 (58.98% from 255) = 37.22%

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 37.22%
G = 32.75%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#968479 (or 0x968479) is known color: Almond Frost. HEX triplet: 96, 84 and 79. RGB value is (150,132,121). Sum of RGB (Red+Green+Blue) = 150+132+121=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #968479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968479 is #697B86. Grayscale: #888888. Windows color (decimal): -6912903 or 7963798. OLE color: 7963798.

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

Color convert

RGB 150 132 121 -
CMYK 0 0.12 0.19 0.41
HSL 22.76º 0.12% 0.53% -
HSV(B) 22.76º 0.19% 0.59% -
XYZ 24.28 24.37 21.51 -
YUV 136.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 150 132 121 0 0.12 0.19 0.41 22.76 0.12 0.53
Hex 96 84 79 0 C 13 29 17 C 35
Octal 226 204 171 0 14 23 51 27 14 65
Binary 10010110 10000100 1111001 0 1100 10011 101001 10111 1100 110101

Color Harmonies of #968479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968479

Black with #968479

Text Example


Text Example

White with #968479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968479; }

 p { color: rgb(150,132,121); }

 H1.HeaderClassName
 {
   color: #968479;
 }
 .AnyTagClassName
 {
   color: #968479;
 }
</style>

background-color css

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

 a { background-color: rgb(150,132,121); }

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

border-color css

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

 span { border-color: rgb(150,132,121); }

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