Html Css Color HEX #988674 Almond Frost

📋 copy color: '#988674'

red 152 ◦ green 134 ◦ blue 116

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

Shades of Almond Frost #988674

Tints of Almond Frost #988674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.86%

R = 37.81%
G = 33.33%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#988674 (or 0x988674) is known color: Almond Frost. HEX triplet: 98, 86 and 74. RGB value is (152,134,116). Sum of RGB (Red+Green+Blue) = 152+134+116=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #988674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988674 is #67798B. Grayscale: #898989. Windows color (decimal): -6781324 or 7636632. OLE color: 7636632.

HSL color Cylindrical-coordinate representation of color #988674: hue angle of 30º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988674 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 116 -
CMYK 0 0.12 0.24 0.40
HSL 30º 0.15% 0.53% -
HSV(B) 30º 0.24% 0.6% -
XYZ 24.63 24.99 20.05 -
YUV 137.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 152 134 116 0 0.12 0.24 0.40 30 0.15 0.53
Hex 98 86 74 0 C 18 28 1E F 35
Octal 230 206 164 0 14 30 50 36 17 65
Binary 10011000 10000110 1110100 0 1100 11000 101000 11110 1111 110101

Color Harmonies of #988674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988674

Black with #988674

Text Example


Text Example

White with #988674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988674; }

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

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

background-color css

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

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

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

border-color css

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

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

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