Html Css Color HEX #988675 Almond Frost

📋 copy color: '#988675'

red 152 ◦ green 134 ◦ blue 117

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

Shades of Almond Frost #988675

Tints of Almond Frost #988675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 37.72%
G = 33.25%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#988675 (or 0x988675) is known color: Almond Frost. HEX triplet: 98, 86 and 75. RGB value is (152,134,117). Sum of RGB (Red+Green+Blue) = 152+134+117=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #988675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988675 is #67798A. Grayscale: #898989. Windows color (decimal): -6781323 or 7702168. OLE color: 7702168.

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

Color convert

RGB 152 134 117 -
CMYK 0 0.12 0.23 0.40
HSL 29.14º 0.15% 0.53% -
HSV(B) 29.14º 0.23% 0.6% -
XYZ 24.68 25.01 20.36 -
YUV 137.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 152 134 117 0 0.12 0.23 0.40 29.14 0.15 0.53
Hex 98 86 75 0 C 17 28 1D F 35
Octal 230 206 165 0 14 27 50 35 17 65
Binary 10011000 10000110 1110101 0 1100 10111 101000 11101 1111 110101

Color Harmonies of #988675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988675

Black with #988675

Text Example


Text Example

White with #988675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988675; }

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

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

background-color css

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

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

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

border-color css

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

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

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