#663B1A

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

Shades of Dark Brown #663B1A

Tints of Dark Brown #663B1A

Color information

#663B1A (or 0x663B1A) is unknown color: approx Dark Brown. HEX triplet: 66, 3B and 1A. RGB value is (102,59,26). Sum of RGB (Red+Green+Blue) = 102+59+26=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #663B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B1A is #99C4E5. Grayscale: #444444. Windows color (decimal): -10077414 or 1719142. OLE color: 1719142.

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

Color convert

RGB1025926-
CMYK00.420.750.6
HSL26.05º59.38%25.1%-
HSV(B)26.05º74.51%40%-
XYZ7.236.031.76-
YUV68.1104.25152.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=54.55%
G=31.55%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102592600.420.750.626.0559.3825.1
Hex663B1A02A4B3C1a3b19
Octal146733205211374327331
Binary110011011101111010010101010010111111001101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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