#9B8377

Color #9B8377 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #9B8377

Tints of Almond Frost #9B8377

Color information

#9B8377 (or 0x9B8377) is unknown color: approx Almond Frost. HEX triplet: 9B, 83 and 77. RGB value is (155,131,119). Sum of RGB (Red+Green+Blue) = 155+131+119=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8377 is #647C88. Grayscale: #888888. Windows color (decimal): -6585481 or 7832475. OLE color: 7832475.

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

Color convert

RGB155131119-
CMYK00.150.230.39
HSL20º15.25%53.73%-
HSV(B)20º23.23%60.78%-
XYZ24.9624.5320.87-
YUV136.81117.95140.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=38.27%
G=32.35%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513111900.150.230.392015.2553.73
Hex9B83770F172714f36
Octal2332031670172747241766
Binary100110111000001111101110111110111100111101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,119); }

 H1.HeaderClassName
 {
   color: #9B8377;
 }
 .AnyTagClassName
 {
   color: #9B8377;
 }
</style>
background-color css

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

 a { background-color: rgb(155,131,119); }

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

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

 span { border-color: rgb(155,131,119); }

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