Html Css Color HEX #9C8877 Almond Frost

📋 copy color: '#9C8877'

red 156 ◦ green 136 ◦ blue 119

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

Shades of Almond Frost #9C8877

Tints of Almond Frost #9C8877

RGB

 RED value IS 156 (61.33% from 255) = 37.96%

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

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

R = 37.96%
G = 33.09%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C8877 (or 0x9C8877) is known color: Almond Frost. HEX triplet: 9C, 88 and 77. RGB value is (156,136,119). Sum of RGB (Red+Green+Blue) = 156+136+119=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8877 is #637788. Grayscale: #8C8C8C. Windows color (decimal): -6518665 or 7833756. OLE color: 7833756.

HSL color Cylindrical-coordinate representation of color #9C8877: hue angle of 27.57º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C8877 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 136 119 -
CMYK 0 0.13 0.24 0.39
HSL 27.57º 0.16% 0.54% -
HSV(B) 27.57º 0.24% 0.61% -
XYZ 25.84 26.01 21.11 -
YUV 140.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 156 136 119 0 0.13 0.24 0.39 27.57 0.16 0.54
Hex 9C 88 77 0 D 18 27 1C 10 36
Octal 234 210 167 0 15 30 47 34 20 66
Binary 10011100 10001000 1110111 0 1101 11000 100111 11100 10000 110110

Color Harmonies of #9C8877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8877

Black with #9C8877

Text Example


Text Example

White with #9C8877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C8877; }

 p { color: rgb(156,136,119); }

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

background-color css

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

 a { background-color: rgb(156,136,119); }

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

border-color css

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

 span { border-color: rgb(156,136,119); }

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