Html Css Color HEX #998780 Almond Frost

📋 copy color: '#998780'

red 153 ◦ green 135 ◦ blue 128

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

Shades of Almond Frost #998780

Tints of Almond Frost #998780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.77%

R = 36.78%
G = 32.45%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#998780 (or 0x998780) is known color: Almond Frost. HEX triplet: 99, 87 and 80. RGB value is (153,135,128). Sum of RGB (Red+Green+Blue) = 153+135+128=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #998780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998780 is #66787F. Grayscale: #8B8B8B. Windows color (decimal): -6715520 or 8423321. OLE color: 8423321.

HSL color Cylindrical-coordinate representation of color #998780: hue angle of 16.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998780 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 128 -
CMYK 0 0.12 0.16 0.4
HSL 16.8º 0.11% 0.55% -
HSV(B) 16.8º 0.16% 0.6% -
XYZ 25.7 25.66 24.02 -
YUV 139.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 153 135 128 0 0.12 0.16 0.4 16.8 0.11 0.55
Hex 99 87 80 0 C 10 28 11 B 37
Octal 231 207 200 0 14 20 50 21 13 67
Binary 10011001 10000111 10000000 0 1100 10000 101000 10001 1011 110111

Color Harmonies of #998780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998780

Black with #998780

Text Example


Text Example

White with #998780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998780; }

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

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

background-color css

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

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

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

border-color css

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

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

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