Html Css Color HEX #988673 Almond Frost

📋 copy color: '#988673'

red 152 ◦ green 134 ◦ blue 115

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

Shades of Almond Frost #988673

Tints of Almond Frost #988673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 37.91%
G = 33.42%
B = 28.68%

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

#988673 (or 0x988673) is known color: Almond Frost. HEX triplet: 98, 86 and 73. RGB value is (152,134,115). Sum of RGB (Red+Green+Blue) = 152+134+115=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #988673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988673 is #67798C. Grayscale: #898989. Windows color (decimal): -6781325 or 7571096. OLE color: 7571096.

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

Color convert

RGB 152 134 115 -
CMYK 0 0.12 0.24 0.40
HSL 30.81º 0.15% 0.52% -
HSV(B) 30.81º 0.24% 0.6% -
XYZ 24.57 24.96 19.74 -
YUV 137.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 152 134 115 0 0.12 0.24 0.40 30.81 0.15 0.52
Hex 98 86 73 0 C 18 28 1F F 34
Octal 230 206 163 0 14 30 50 37 17 64
Binary 10011000 10000110 1110011 0 1100 11000 101000 11111 1111 110100

Color Harmonies of #988673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988673

Black with #988673

Text Example


Text Example

White with #988673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988673; }

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

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

background-color css

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

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

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

border-color css

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

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

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