Html Css Color HEX #9C8476 Almond Frost

📋 copy color: '#9C8476'

red 156 ◦ green 132 ◦ blue 118

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

Shades of Almond Frost #9C8476

Tints of Almond Frost #9C8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 38.42%
G = 32.51%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C8476 (or 0x9C8476) is known color: Almond Frost. HEX triplet: 9C, 84 and 76. RGB value is (156,132,118). Sum of RGB (Red+Green+Blue) = 156+132+118=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8476 is #637B89. Grayscale: #898989. Windows color (decimal): -6519690 or 7767196. OLE color: 7767196.

HSL color Cylindrical-coordinate representation of color #9C8476: hue angle of 22.11º 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 #9C8476 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 132 118 -
CMYK 0 0.15 0.24 0.39
HSL 22.11º 0.16% 0.54% -
HSV(B) 22.11º 0.24% 0.61% -
XYZ 25.23 24.88 20.61 -
YUV 137.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 156 132 118 0 0.15 0.24 0.39 22.11 0.16 0.54
Hex 9C 84 76 0 F 18 27 16 10 36
Octal 234 204 166 0 17 30 47 26 20 66
Binary 10011100 10000100 1110110 0 1111 11000 100111 10110 10000 110110

Color Harmonies of #9C8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8476

Black with #9C8476

Text Example


Text Example

White with #9C8476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,132,118); }

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

background-color css

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

 a { background-color: rgb(156,132,118); }

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

border-color css

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

 span { border-color: rgb(156,132,118); }

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