Html Css Color HEX #998B85 Almond Frost

📋 copy color: '#998B85'

red 153 ◦ green 139 ◦ blue 133

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

Shades of Almond Frost #998B85

Tints of Almond Frost #998B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.71%

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 36%
G = 32.71%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#998B85 (or 0x998B85) is known color: Almond Frost. HEX triplet: 99, 8B and 85. RGB value is (153,139,133). Sum of RGB (Red+Green+Blue) = 153+139+133=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #998B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B85 is #66747A. Grayscale: #8E8E8E. Windows color (decimal): -6714491 or 8752025. OLE color: 8752025.

HSL color Cylindrical-coordinate representation of color #998B85: hue angle of 18º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998B85 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 139 133 -
CMYK 0 0.09 0.13 0.4
HSL 18º 0.09% 0.56% -
HSV(B) 18º 0.13% 0.6% -
XYZ 26.6 26.93 25.99 -
YUV 142.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 153 139 133 0 0.09 0.13 0.4 18 0.09 0.56
Hex 99 8B 85 0 9 D 28 12 9 38
Octal 231 213 205 0 11 15 50 22 11 70
Binary 10011001 10001011 10000101 0 1001 1101 101000 10010 1001 111000

Color Harmonies of #998B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B85

Black with #998B85

Text Example


Text Example

White with #998B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998B85; }

 p { color: rgb(153,139,133); }

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

background-color css

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

 a { background-color: rgb(153,139,133); }

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

border-color css

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

 span { border-color: rgb(153,139,133); }

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