#663D16

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

Shades of Dark Brown #663D16

Tints of Dark Brown #663D16

Color information

#663D16 (or 0x663D16) is unknown color: approx Dark Brown. HEX triplet: 66, 3D and 16. RGB value is (102,61,22). Sum of RGB (Red+Green+Blue) = 102+61+22=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #663D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D16 is #99C2E9. Grayscale: #454545. Windows color (decimal): -10076906 or 1457510. OLE color: 1457510.

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

Color convert

RGB1026122-
CMYK00.400.780.6
HSL29.25º64.52%24.31%-
HSV(B)29.25º78.43%40%-
XYZ7.296.221.58-
YUV68.81101.58151.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 61 (24.22% from 255) = 32.97%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=55.14%
G=32.97%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102612200.400.780.629.2564.5224.31
Hex663D160284E3C1d4118
Octal1467526050116743510130
Binary1100110111101101100101000100111011110011101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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