#94675C

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

Shades of Dark Chestnut #94675C

Tints of Dark Chestnut #94675C

Color information

#94675C (or 0x94675C) is unknown color: approx Dark Chestnut. HEX triplet: 94, 67 and 5C. RGB value is (148,103,92). Sum of RGB (Red+Green+Blue) = 148+103+92=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94675C is #6B98A3. Grayscale: #737373. Windows color (decimal): -7051428 or 6055828. OLE color: 6055828.

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

Color convert

RGB14810392-
CMYK00.300.380.42
HSL11.79º23.33%47.06%-
HSV(B)11.79º37.84%58.04%-
XYZ18.9916.7712.36-
YUV115.2114.91151.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=43.15%
G=30.03%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481039200.300.380.4211.7923.3347.06
Hex94675C01E262Ac172f
Octal2241471340364652142757
Binary1001010011001111011100011110100110101010110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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