#94675D

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

Shades of Dark Chestnut #94675D

Tints of Dark Chestnut #94675D

Color information

#94675D (or 0x94675D) is unknown color: approx Dark Chestnut. HEX triplet: 94, 67 and 5D. RGB value is (148,103,93). Sum of RGB (Red+Green+Blue) = 148+103+93=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94675D is #6B98A2. Grayscale: #737373. Windows color (decimal): -7051427 or 6121364. OLE color: 6121364.

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

Color convert

RGB14810393-
CMYK00.300.370.42
HSL10.91º22.82%47.25%-
HSV(B)10.91º37.16%58.04%-
XYZ19.0416.7912.59-
YUV115.32115.41151.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=43.02%
G=29.94%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481039300.300.370.4210.9122.8247.25
Hex94675D01E252Ab172f
Octal2241471350364552132757
Binary1001010011001111011101011110100101101010101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94675D; }

 p { color: rgb(148,103,93); }

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

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

 a { background-color: rgb(148,103,93); }

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

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

 span { border-color: rgb(148,103,93); }

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