Html Css Color HEX #9B8373 Almond Frost

📋 copy color: '#9B8373'

red 155 ◦ green 131 ◦ blue 115

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

Shades of Almond Frost #9B8373

Tints of Almond Frost #9B8373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 38.65%
G = 32.67%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B8373 (or 0x9B8373) is known color: Almond Frost. HEX triplet: 9B, 83 and 73. RGB value is (155,131,115). Sum of RGB (Red+Green+Blue) = 155+131+115=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8373 is #647C8C. Grayscale: #888888. Windows color (decimal): -6585485 or 7570331. OLE color: 7570331.

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

Color convert

RGB 155 131 115 -
CMYK 0 0.15 0.26 0.39
HSL 24º 0.17% 0.53% -
HSV(B) 24º 0.26% 0.61% -
XYZ 24.73 24.44 19.63 -
YUV 136.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 155 131 115 0 0.15 0.26 0.39 24 0.17 0.53
Hex 9B 83 73 0 F 1A 27 18 11 35
Octal 233 203 163 0 17 32 47 30 21 65
Binary 10011011 10000011 1110011 0 1111 11010 100111 11000 10001 110101

Color Harmonies of #9B8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8373

Black with #9B8373

Text Example


Text Example

White with #9B8373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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