Html Css Color HEX #9D836F Almond Frost

📋 copy color: '#9D836F'

red 157 ◦ green 131 ◦ blue 111

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

Shades of Almond Frost #9D836F

Tints of Almond Frost #9D836F

RGB

 RED value IS 157 (61.72% from 255) = 39.35%

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

 BLUE value IS 111 (43.75% from 255) = 27.82%

R = 39.35%
G = 32.83%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D836F (or 0x9D836F) is known color: Almond Frost. HEX triplet: 9D, 83 and 6F. RGB value is (157,131,111). Sum of RGB (Red+Green+Blue) = 157+131+111=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D836F is #627C90. Grayscale: #888888. Windows color (decimal): -6454417 or 7308189. OLE color: 7308189.

HSL color Cylindrical-coordinate representation of color #9D836F: hue angle of 26.09º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D836F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 131 111 -
CMYK 0 0.17 0.29 0.38
HSL 26.09º 0.19% 0.53% -
HSV(B) 26.09º 0.29% 0.62% -
XYZ 24.89 24.55 18.47 -
YUV 136.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 157 131 111 0 0.17 0.29 0.38 26.09 0.19 0.53
Hex 9D 83 6F 0 11 1D 26 1A 13 35
Octal 235 203 157 0 21 35 46 32 23 65
Binary 10011101 10000011 1101111 0 10001 11101 100110 11010 10011 110101

Color Harmonies of #9D836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D836F

Black with #9D836F

Text Example


Text Example

White with #9D836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,131,111); }

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

background-color css

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

 a { background-color: rgb(157,131,111); }

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

border-color css

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

 span { border-color: rgb(157,131,111); }

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