Html Css Color HEX #988679 Almond Frost

📋 copy color: '#988679'

red 152 ◦ green 134 ◦ blue 121

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

Shades of Almond Frost #988679

Tints of Almond Frost #988679

RGB

 RED value IS 152 (59.77% from 255) = 37.35%

 GREEN value IS 134 (52.73% from 255) = 32.92%

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

R = 37.35%
G = 32.92%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#988679 (or 0x988679) is known color: Almond Frost. HEX triplet: 98, 86 and 79. RGB value is (152,134,121). Sum of RGB (Red+Green+Blue) = 152+134+121=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #988679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988679 is #677986. Grayscale: #898989. Windows color (decimal): -6781319 or 7964312. OLE color: 7964312.

HSL color Cylindrical-coordinate representation of color #988679: hue angle of 25.16º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988679 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 121 -
CMYK 0 0.12 0.20 0.40
HSL 25.16º 0.13% 0.54% -
HSV(B) 25.16º 0.2% 0.6% -
XYZ 24.93 25.11 21.62 -
YUV 137.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 152 134 121 0 0.12 0.20 0.40 25.16 0.13 0.54
Hex 98 86 79 0 C 14 28 19 D 36
Octal 230 206 171 0 14 24 50 31 15 66
Binary 10011000 10000110 1111001 0 1100 10100 101000 11001 1101 110110

Color Harmonies of #988679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988679

Black with #988679

Text Example


Text Example

White with #988679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988679; }

 p { color: rgb(152,134,121); }

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

background-color css

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

 a { background-color: rgb(152,134,121); }

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

border-color css

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

 span { border-color: rgb(152,134,121); }

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