#946B67

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

Shades of Dark Chestnut #946B67

Tints of Dark Chestnut #946B67

Color information

#946B67 (or 0x946B67) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6B and 67. RGB value is (148,107,103). Sum of RGB (Red+Green+Blue) = 148+107+103=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #946B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B67 is #6B9498. Grayscale: #767676. Windows color (decimal): -7050393 or 6777748. OLE color: 6777748.

HSL color Cylindrical-coordinate representation of color #946B67: hue angle of 5.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946B67 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148107103-
CMYK00.280.300.42
HSL5.33º17.93%49.22%-
HSV(B)5.33º30.41%58.04%-
XYZ19.9217.7915.22-
YUV118.8119.08148.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 103 (40.62% from 255) = 28.77%
R=41.34%
G=29.89%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810710300.280.300.425.3317.9349.22
Hex946B6701C1E2A51231
Octal224153147034365252261
Binary10010100110101111001110111001111010101010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946B67; }

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

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

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

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

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

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

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

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