#663B1C

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

Shades of Dark Brown #663B1C

Tints of Dark Brown #663B1C

Color information

#663B1C (or 0x663B1C) is unknown color: approx Dark Brown. HEX triplet: 66, 3B and 1C. RGB value is (102,59,28). Sum of RGB (Red+Green+Blue) = 102+59+28=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #663B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B1C is #99C4E3. Grayscale: #444444. Windows color (decimal): -10077412 or 1850214. OLE color: 1850214.

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

Color convert

RGB1025928-
CMYK00.420.730.6
HSL25.14º56.92%25.49%-
HSV(B)25.14º72.55%40%-
XYZ7.256.041.88-
YUV68.32105.25152.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 59 (23.44% from 255) = 31.22%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=53.97%
G=31.22%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102592800.420.730.625.1456.9225.49
Hex663B1C02A493C193919
Octal146733405211174317131
Binary110011011101111100010101010010011111001100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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