#9B8378

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

Shades of Almond Frost #9B8378

Tints of Almond Frost #9B8378

Color information

#9B8378 (or 0x9B8378) is unknown color: approx Almond Frost. HEX triplet: 9B, 83 and 78. RGB value is (155,131,120). Sum of RGB (Red+Green+Blue) = 155+131+120=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8378 is #647C87. Grayscale: #888888. Windows color (decimal): -6585480 or 7898011. OLE color: 7898011.

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

Color convert

RGB155131120-
CMYK00.150.230.39
HSL18.86º14.89%53.92%-
HSV(B)18.86º22.58%60.78%-
XYZ25.0224.5621.19-
YUV136.92118.45140.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=38.18%
G=32.27%
B=29.56%

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
Decimal15513112000.150.230.3918.8614.8953.92
Hex9B83780F172713f36
Octal2332031700172747231766
Binary100110111000001111110000111110111100111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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