#663F12

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

Shades of Dark Brown #663F12

Tints of Dark Brown #663F12

Color information

#663F12 (or 0x663F12) is unknown color: approx Dark Brown. HEX triplet: 66, 3F and 12. RGB value is (102,63,18). Sum of RGB (Red+Green+Blue) = 102+63+18=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #663F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F12 is #99C0ED. Grayscale: #454545. Windows color (decimal): -10076398 or 1195878. OLE color: 1195878.

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

Color convert

RGB1026318-
CMYK00.380.820.6
HSL32.14º70%23.53%-
HSV(B)32.14º82.35%40%-
XYZ7.376.421.42-
YUV69.5398.92151.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=55.74%
G=34.43%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102631800.380.820.632.147023.53
Hex663F12026523C204618
Octal1467722046122744010630
Binary11001101111111001001001101010010111100100000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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