Html Css Color HEX #988678 Almond Frost

📋 copy color: '#988678'

red 152 ◦ green 134 ◦ blue 120

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

Shades of Almond Frost #988678

Tints of Almond Frost #988678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.56%

R = 37.44%
G = 33%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#988678 (or 0x988678) is known color: Almond Frost. HEX triplet: 98, 86 and 78. RGB value is (152,134,120). Sum of RGB (Red+Green+Blue) = 152+134+120=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #988678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988678 is #677987. Grayscale: #898989. Windows color (decimal): -6781320 or 7898776. OLE color: 7898776.

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

Color convert

RGB 152 134 120 -
CMYK 0 0.12 0.21 0.40
HSL 26.25º 0.13% 0.53% -
HSV(B) 26.25º 0.21% 0.6% -
XYZ 24.86 25.08 21.3 -
YUV 137.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 152 134 120 0 0.12 0.21 0.40 26.25 0.13 0.53
Hex 98 86 78 0 C 15 28 1A D 35
Octal 230 206 170 0 14 25 50 32 15 65
Binary 10011000 10000110 1111000 0 1100 10101 101000 11010 1101 110101

Color Harmonies of #988678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988678

Black with #988678

Text Example


Text Example

White with #988678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988678; }

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

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

background-color css

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

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

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

border-color css

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

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

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