#94685B

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

Shades of Dark Chestnut #94685B

Tints of Dark Chestnut #94685B

Color information

#94685B (or 0x94685B) is unknown color: approx Dark Chestnut. HEX triplet: 94, 68 and 5B. RGB value is (148,104,91). Sum of RGB (Red+Green+Blue) = 148+104+91=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94685B is #6B97A4. Grayscale: #737373. Windows color (decimal): -7051173 or 5990548. OLE color: 5990548.

HSL color Cylindrical-coordinate representation of color #94685B: hue angle of 13.68º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94685B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14810491-
CMYK00.300.390.42
HSL13.68º23.85%46.86%-
HSV(B)13.68º38.51%58.04%-
XYZ19.0516.9512.17-
YUV115.67114.08151.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=43.15%
G=30.32%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481049100.300.390.4213.6823.8546.86
Hex94685B01E272Ae182f
Octal2241501330364752163057
Binary1001010011010001011011011110100111101010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94685B; }

 p { color: rgb(148,104,91); }

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

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

 a { background-color: rgb(148,104,91); }

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

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

 span { border-color: rgb(148,104,91); }

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