#663F11

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

Shades of Dark Brown #663F11

Tints of Dark Brown #663F11

Color information

#663F11 (or 0x663F11) is unknown color: approx Dark Brown. HEX triplet: 66, 3F and 11. RGB value is (102,63,17). Sum of RGB (Red+Green+Blue) = 102+63+17=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #663F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F11 is #99C0EE. Grayscale: #454545. Windows color (decimal): -10076399 or 1130342. OLE color: 1130342.

HSL color Cylindrical-coordinate representation of color #663F11: hue angle of 32.47º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #663F11 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB1026317-
CMYK00.380.830.6
HSL32.47º71.43%23.33%-
HSV(B)32.47º83.33%40%-
XYZ7.366.421.38-
YUV69.4298.42151.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=56.04%
G=34.62%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102631700.380.830.632.4771.4323.33
Hex663F11026533C204717
Octal1467721046123744010727
Binary11001101111111000101001101010011111100100000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,63,17); }

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

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

 a { background-color: rgb(102,63,17); }

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

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

 span { border-color: rgb(102,63,17); }

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