#663C13

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

Shades of Dark Brown #663C13

Tints of Dark Brown #663C13

Color information

#663C13 (or 0x663C13) is unknown color: approx Dark Brown. HEX triplet: 66, 3C and 13. RGB value is (102,60,19). Sum of RGB (Red+Green+Blue) = 102+60+19=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #663C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C13 is #99C3EC. Grayscale: #444444. Windows color (decimal): -10077165 or 1260646. OLE color: 1260646.

HSL color Cylindrical-coordinate representation of color #663C13: hue angle of 29.64º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #663C13 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1026019-
CMYK00.410.810.6
HSL29.64º68.6%23.73%-
HSV(B)29.64º81.37%40%-
XYZ7.216.11.41-
YUV67.88100.41152.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=56.35%
G=33.15%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102601900.410.810.629.6468.623.73
Hex663C13029513C1e4518
Octal1467423051121743610530
Binary1100110111100100110101001101000111110011110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663C13; }

 p { color: rgb(102,60,19); }

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

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

 a { background-color: rgb(102,60,19); }

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

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

 span { border-color: rgb(102,60,19); }

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