#663C19

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

Shades of Dark Brown #663C19

Tints of Dark Brown #663C19

Color information

#663C19 (or 0x663C19) is unknown color: approx Dark Brown. HEX triplet: 66, 3C and 19. RGB value is (102,60,25). Sum of RGB (Red+Green+Blue) = 102+60+25=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #663C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C19 is #99C3E6. Grayscale: #444444. Windows color (decimal): -10077159 or 1653862. OLE color: 1653862.

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

Color convert

RGB1026025-
CMYK00.410.750.6
HSL27.27º60.63%24.9%-
HSV(B)27.27º75.49%40%-
XYZ7.276.131.72-
YUV68.57103.41151.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=54.55%
G=32.09%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102602500.410.750.627.2760.6324.9
Hex663C190294B3C1b3d19
Octal146743105111374337531
Binary110011011110011001010100110010111111001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,60,25); }

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

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

 a { background-color: rgb(102,60,25); }

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

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

 span { border-color: rgb(102,60,25); }

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