Html Css Color HEX #99877D Almond Frost

📋 copy color: '#99877D'

red 153 ◦ green 135 ◦ blue 125

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

Shades of Almond Frost #99877D

Tints of Almond Frost #99877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 37.05%
G = 32.69%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99877D (or 0x99877D) is known color: Almond Frost. HEX triplet: 99, 87 and 7D. RGB value is (153,135,125). Sum of RGB (Red+Green+Blue) = 153+135+125=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #99877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99877D is #667882. Grayscale: #8B8B8B. Windows color (decimal): -6715523 or 8226713. OLE color: 8226713.

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

Color convert

RGB 153 135 125 -
CMYK 0 0.12 0.18 0.4
HSL 21.43º 0.12% 0.55% -
HSV(B) 21.43º 0.18% 0.6% -
XYZ 25.5 25.58 23 -
YUV 139.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 153 135 125 0 0.12 0.18 0.4 21.43 0.12 0.55
Hex 99 87 7D 0 C 12 28 15 C 37
Octal 231 207 175 0 14 22 50 25 14 67
Binary 10011001 10000111 1111101 0 1100 10010 101000 10101 1100 110111

Color Harmonies of #99877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99877D

Black with #99877D

Text Example


Text Example

White with #99877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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