#663E18

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

Shades of Dark Brown #663E18

Tints of Dark Brown #663E18

Color information

#663E18 (or 0x663E18) is unknown color: approx Dark Brown. HEX triplet: 66, 3E and 18. RGB value is (102,62,24). Sum of RGB (Red+Green+Blue) = 102+62+24=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #663E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663E18 is #99C1E7. Grayscale: #454545. Windows color (decimal): -10076648 or 1588838. OLE color: 1588838.

HSL color Cylindrical-coordinate representation of color #663E18: hue angle of 29.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #663E18 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1026224-
CMYK00.390.760.6
HSL29.23º61.9%24.71%-
HSV(B)29.23º76.47%40%-
XYZ7.376.341.7-
YUV69.63102.25151.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=54.26%
G=32.98%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102622400.390.760.629.2361.924.71
Hex663E180274C3C1d3e19
Octal146763004711474357631
Binary110011011111011000010011110011001111001110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,62,24); }

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

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

 a { background-color: rgb(102,62,24); }

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

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

 span { border-color: rgb(102,62,24); }

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