Html Css Color HEX #968476 Almond Frost

📋 copy color: '#968476'

red 150 ◦ green 132 ◦ blue 118

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

Shades of Almond Frost #968476

Tints of Almond Frost #968476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.5%

R = 37.5%
G = 33%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#968476 (or 0x968476) is known color: Almond Frost. HEX triplet: 96, 84 and 76. RGB value is (150,132,118). Sum of RGB (Red+Green+Blue) = 150+132+118=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #968476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968476 is #697B89. Grayscale: #878787. Windows color (decimal): -6912906 or 7767190. OLE color: 7767190.

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

Color convert

RGB 150 132 118 -
CMYK 0 0.12 0.21 0.41
HSL 26.25º 0.13% 0.53% -
HSV(B) 26.25º 0.21% 0.59% -
XYZ 24.1 24.29 20.56 -
YUV 135.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 150 132 118 0 0.12 0.21 0.41 26.25 0.13 0.53
Hex 96 84 76 0 C 15 29 1A D 35
Octal 226 204 166 0 14 25 51 32 15 65
Binary 10010110 10000100 1110110 0 1100 10101 101001 11010 1101 110101

Color Harmonies of #968476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968476

Black with #968476

Text Example


Text Example

White with #968476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968476; }

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

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

background-color css

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

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

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

border-color css

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

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

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