#946761

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

Shades of Dark Chestnut #946761

Tints of Dark Chestnut #946761

Color information

#946761 (or 0x946761) is unknown color: approx Dark Chestnut. HEX triplet: 94, 67 and 61. RGB value is (148,103,97). Sum of RGB (Red+Green+Blue) = 148+103+97=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #946761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946761 is #6B989E. Grayscale: #737373. Windows color (decimal): -7051423 or 6383508. OLE color: 6383508.

HSL color Cylindrical-coordinate representation of color #946761: hue angle of 7.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946761 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14810397-
CMYK00.300.340.42
HSL7.06º20.82%48.04%-
HSV(B)7.06º34.46%58.04%-
XYZ19.2216.8613.55-
YUV115.77117.41150.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=42.53%
G=29.60%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481039700.300.340.427.0620.8248.04
Hex94676101E222A71530
Octal224147141036425272560
Binary100101001100111110000101111010001010101011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946761; }

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

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

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

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

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

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

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

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