#663B18

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

Shades of Dark Brown #663B18

Tints of Dark Brown #663B18

Color information

#663B18 (or 0x663B18) is unknown color: approx Dark Brown. HEX triplet: 66, 3B and 18. RGB value is (102,59,24). Sum of RGB (Red+Green+Blue) = 102+59+24=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #663B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663B18 is #99C4E7. Grayscale: #444444. Windows color (decimal): -10077416 or 1588070. OLE color: 1588070.

HSL color Cylindrical-coordinate representation of color #663B18: hue angle of 26.92º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #663B18 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1025924-
CMYK00.420.760.6
HSL26.92º61.9%24.71%-
HSV(B)26.92º76.47%40%-
XYZ7.216.021.65-
YUV67.87103.25152.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=55.14%
G=31.89%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102592400.420.760.626.9261.924.71
Hex663B1802A4C3C1b3e19
Octal146733005211474337631
Binary110011011101111000010101010011001111001101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,59,24); }

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

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

 a { background-color: rgb(102,59,24); }

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

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

 span { border-color: rgb(102,59,24); }

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