#99836F

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

Shades of Almond Frost #99836F

Tints of Almond Frost #99836F

Color information

#99836F (or 0x99836F) is unknown color: approx Almond Frost. HEX triplet: 99, 83 and 6F. RGB value is (153,131,111). Sum of RGB (Red+Green+Blue) = 153+131+111=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99836F is #667C90. Grayscale: #878787. Windows color (decimal): -6716561 or 7308185. OLE color: 7308185.

HSL color Cylindrical-coordinate representation of color #99836F: hue angle of 28.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99836F is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB153131111-
CMYK00.140.270.4
HSL28.57º17.07%51.76%-
HSV(B)28.57º27.45%60%-
XYZ24.1224.1518.43-
YUV135.3114.29140.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=38.73%
G=33.16%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313111100.140.270.428.5717.0751.76
Hex99836F0E1B281d1134
Octal2312031570163350352164
Binary1001100110000011110111101110110111010001110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99836F; }

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

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

<style>
 a { background-color: #99836F; }

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

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

<style>
 span { border-color: #99836F; }

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

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