#9C826F

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

Shades of Almond Frost #9C826F

Tints of Almond Frost #9C826F

Color information

#9C826F (or 0x9C826F) is unknown color: approx Almond Frost. HEX triplet: 9C, 82 and 6F. RGB value is (156,130,111). Sum of RGB (Red+Green+Blue) = 156+130+111=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C826F is #637D90. Grayscale: #878787. Windows color (decimal): -6520209 or 7307932. OLE color: 7307932.

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

Color convert

RGB156130111-
CMYK00.170.290.39
HSL25.33º18.52%52.35%-
HSV(B)25.33º28.85%61.18%-
XYZ24.5624.1818.41-
YUV135.61114.11142.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=39.29%
G=32.75%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613011100.170.290.3925.3318.5252.35
Hex9C826F0111D27191334
Octal2342021570213547312364
Binary10011100100000101101111010001111011001111100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,111); }

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

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

 a { background-color: rgb(156,130,111); }

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

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

 span { border-color: rgb(156,130,111); }

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