Html Css Color HEX #99887B Almond Frost

📋 copy color: '#99887B'

red 153 ◦ green 136 ◦ blue 123

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

Shades of Almond Frost #99887B

Tints of Almond Frost #99887B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.01%

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 37.14%
G = 33.01%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99887B (or 0x99887B) is known color: Almond Frost. HEX triplet: 99, 88 and 7B. RGB value is (153,136,123). Sum of RGB (Red+Green+Blue) = 153+136+123=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #99887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99887B is #667784. Grayscale: #8B8B8B. Windows color (decimal): -6715269 or 8095897. OLE color: 8095897.

HSL color Cylindrical-coordinate representation of color #99887B: hue angle of 26º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99887B is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 123 -
CMYK 0 0.11 0.20 0.4
HSL 26º 0.13% 0.54% -
HSV(B) 26º 0.2% 0.6% -
XYZ 25.52 25.81 22.38 -
YUV 139.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 153 136 123 0 0.11 0.20 0.4 26 0.13 0.54
Hex 99 88 7B 0 B 14 28 1A D 36
Octal 231 210 173 0 13 24 50 32 15 66
Binary 10011001 10001000 1111011 0 1011 10100 101000 11010 1101 110110

Color Harmonies of #99887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99887B

Black with #99887B

Text Example


Text Example

White with #99887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99887B; }

 p { color: rgb(153,136,123); }

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

background-color css

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

 a { background-color: rgb(153,136,123); }

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

border-color css

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

 span { border-color: rgb(153,136,123); }

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