Html Css Color HEX #998677 Almond Frost

📋 copy color: '#998677'

red 153 ◦ green 134 ◦ blue 119

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

Shades of Almond Frost #998677

Tints of Almond Frost #998677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 37.68%
G = 33%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#998677 (or 0x998677) is known color: Almond Frost. HEX triplet: 99, 86 and 77. RGB value is (153,134,119). Sum of RGB (Red+Green+Blue) = 153+134+119=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #998677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998677 is #667988. Grayscale: #8A8A8A. Windows color (decimal): -6715785 or 7833241. OLE color: 7833241.

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

Color convert

RGB 153 134 119 -
CMYK 0 0.12 0.22 0.4
HSL 26.47º 0.14% 0.53% -
HSV(B) 26.47º 0.22% 0.6% -
XYZ 24.99 25.15 20.99 -
YUV 137.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 153 134 119 0 0.12 0.22 0.4 26.47 0.14 0.53
Hex 99 86 77 0 C 16 28 1A E 35
Octal 231 206 167 0 14 26 50 32 16 65
Binary 10011001 10000110 1110111 0 1100 10110 101000 11010 1110 110101

Color Harmonies of #998677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998677

Black with #998677

Text Example


Text Example

White with #998677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998677; }

 p { color: rgb(153,134,119); }

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

background-color css

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

 a { background-color: rgb(153,134,119); }

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

border-color css

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

 span { border-color: rgb(153,134,119); }

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