#94625B

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

Shades of Dark Chestnut #94625B

Tints of Dark Chestnut #94625B

Color information

#94625B (or 0x94625B) is unknown color: approx Dark Chestnut. HEX triplet: 94, 62 and 5B. RGB value is (148,98,91). Sum of RGB (Red+Green+Blue) = 148+98+91=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #94625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94625B is #6B9DA4. Grayscale: #707070. Windows color (decimal): -7052709 or 5989012. OLE color: 5989012.

HSL color Cylindrical-coordinate representation of color #94625B: hue angle of 7.37º 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 #94625B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1489891-
CMYK00.340.390.42
HSL7.37º23.85%46.86%-
HSV(B)7.37º38.51%58.04%-
XYZ18.4715.7911.97-
YUV112.15116.06153.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=43.92%
G=29.08%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148989100.340.390.427.3723.8546.86
Hex94625B022272A7182f
Octal224142133042475273057
Binary1001010011000101011011010001010011110101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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