Html Css Color HEX #998774 Almond Frost

📋 copy color: '#998774'

red 153 ◦ green 135 ◦ blue 116

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

Shades of Almond Frost #998774

Tints of Almond Frost #998774

RGB

 RED value IS 153 (60.16% from 255) = 37.87%

 GREEN value IS 135 (53.13% from 255) = 33.42%

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

R = 37.87%
G = 33.42%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#998774 (or 0x998774) is known color: Almond Frost. HEX triplet: 99, 87 and 74. RGB value is (153,135,116). Sum of RGB (Red+Green+Blue) = 153+135+116=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #998774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998774 is #66788B. Grayscale: #8A8A8A. Windows color (decimal): -6715532 or 7636889. OLE color: 7636889.

HSL color Cylindrical-coordinate representation of color #998774: hue angle of 30.81º 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 #998774 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 116 -
CMYK 0 0.12 0.24 0.4
HSL 30.81º 0.15% 0.53% -
HSV(B) 30.81º 0.24% 0.6% -
XYZ 24.95 25.36 20.1 -
YUV 138.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 153 135 116 0 0.12 0.24 0.4 30.81 0.15 0.53
Hex 99 87 74 0 C 18 28 1F F 35
Octal 231 207 164 0 14 30 50 37 17 65
Binary 10011001 10000111 1110100 0 1100 11000 101000 11111 1111 110101

Color Harmonies of #998774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998774

Black with #998774

Text Example


Text Example

White with #998774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998774; }

 p { color: rgb(153,135,116); }

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

background-color css

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

 a { background-color: rgb(153,135,116); }

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

border-color css

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

 span { border-color: rgb(153,135,116); }

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