#946359

Color #946359 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #946359

Tints of Dark Chestnut #946359

Color information

#946359 (or 0x946359) is unknown color: approx Dark Chestnut. HEX triplet: 94, 63 and 59. RGB value is (148,99,89). Sum of RGB (Red+Green+Blue) = 148+99+89=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946359 is #6B9CA6. Grayscale: #707070. Windows color (decimal): -7052455 or 5858196. OLE color: 5858196.

HSL color Cylindrical-coordinate representation of color #946359: hue angle of 10.17º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #946359 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1489989-
CMYK00.330.400.42
HSL10.17º24.89%46.47%-
HSV(B)10.17º39.86%58.04%-
XYZ18.4815.9411.55-
YUV112.51114.73153.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=44.05%
G=29.46%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148998900.330.400.4210.1724.8946.47
Hex946359021282Aa192e
Octal2241431310415052123156
Binary10010100110001110110010100001101000101010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946359; }

 p { color: rgb(148,99,89); }

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

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

 a { background-color: rgb(148,99,89); }

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

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

 span { border-color: rgb(148,99,89); }

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