#663D1B

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

Shades of Dark Brown #663D1B

Tints of Dark Brown #663D1B

Color information

#663D1B (or 0x663D1B) is unknown color: approx Dark Brown. HEX triplet: 66, 3D and 1B. RGB value is (102,61,27). Sum of RGB (Red+Green+Blue) = 102+61+27=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #663D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D1B is #99C2E4. Grayscale: #454545. Windows color (decimal): -10076901 or 1785190. OLE color: 1785190.

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

Color convert

RGB1026127-
CMYK00.400.740.6
HSL27.2º58.14%25.29%-
HSV(B)27.2º73.53%40%-
XYZ7.356.241.85-
YUV69.38104.08151.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=53.68%
G=32.11%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102612700.400.740.627.258.1425.29
Hex663D1B0284A3C1b3a19
Octal146753305011274337231
Binary110011011110111011010100010010101111001101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,61,27); }

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

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

 a { background-color: rgb(102,61,27); }

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

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

 span { border-color: rgb(102,61,27); }

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