Html Css Color HEX #968477 Almond Frost

📋 copy color: '#968477'

red 150 ◦ green 132 ◦ blue 119

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

Shades of Almond Frost #968477

Tints of Almond Frost #968477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.68%

R = 37.41%
G = 32.92%
B = 29.68%

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

#968477 (or 0x968477) is known color: Almond Frost. HEX triplet: 96, 84 and 77. RGB value is (150,132,119). Sum of RGB (Red+Green+Blue) = 150+132+119=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #968477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968477 is #697B88. Grayscale: #878787. Windows color (decimal): -6912905 or 7832726. OLE color: 7832726.

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

Color convert

RGB 150 132 119 -
CMYK 0 0.12 0.21 0.41
HSL 25.16º 0.13% 0.53% -
HSV(B) 25.16º 0.21% 0.59% -
XYZ 24.16 24.32 20.87 -
YUV 135.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 150 132 119 0 0.12 0.21 0.41 25.16 0.13 0.53
Hex 96 84 77 0 C 15 29 19 D 35
Octal 226 204 167 0 14 25 51 31 15 65
Binary 10010110 10000100 1110111 0 1100 10101 101001 11001 1101 110101

Color Harmonies of #968477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968477

Black with #968477

Text Example


Text Example

White with #968477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968477; }

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

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

background-color css

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

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

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

border-color css

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

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

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