#663D1A

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

Shades of Dark Brown #663D1A

Tints of Dark Brown #663D1A

Color information

#663D1A (or 0x663D1A) is unknown color: approx Dark Brown. HEX triplet: 66, 3D and 1A. RGB value is (102,61,26). Sum of RGB (Red+Green+Blue) = 102+61+26=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #663D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D1A is #99C2E5. Grayscale: #454545. Windows color (decimal): -10076902 or 1719654. OLE color: 1719654.

HSL color Cylindrical-coordinate representation of color #663D1A: hue angle of 27.63º 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 #663D1A is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1026126-
CMYK00.400.750.6
HSL27.63º59.38%25.1%-
HSV(B)27.63º74.51%40%-
XYZ7.336.241.79-
YUV69.27103.58151.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=53.97%
G=32.28%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102612600.400.750.627.6359.3825.1
Hex663D1A0284B3C1c3b19
Octal146753205011374347331
Binary110011011110111010010100010010111111001110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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