Html Css Color HEX #9B8476 Almond Frost

📋 copy color: '#9B8476'

red 155 ◦ green 132 ◦ blue 118

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

Shades of Almond Frost #9B8476

Tints of Almond Frost #9B8476

RGB

 RED value IS 155 (60.94% from 255) = 38.27%

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

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

R = 38.27%
G = 32.59%
B = 29.14%

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

#9B8476 (or 0x9B8476) is known color: Almond Frost. HEX triplet: 9B, 84 and 76. RGB value is (155,132,118). Sum of RGB (Red+Green+Blue) = 155+132+118=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8476 is #647B89. Grayscale: #898989. Windows color (decimal): -6585226 or 7767195. OLE color: 7767195.

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

Color convert

RGB 155 132 118 -
CMYK 0 0.15 0.24 0.39
HSL 22.7º 0.16% 0.54% -
HSV(B) 22.7º 0.24% 0.61% -
XYZ 25.04 24.78 20.6 -
YUV 137.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 155 132 118 0 0.15 0.24 0.39 22.7 0.16 0.54
Hex 9B 84 76 0 F 18 27 17 10 36
Octal 233 204 166 0 17 30 47 27 20 66
Binary 10011011 10000100 1110110 0 1111 11000 100111 10111 10000 110110

Color Harmonies of #9B8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8476

Black with #9B8476

Text Example


Text Example

White with #9B8476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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