#663E13

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

Shades of Dark Brown #663E13

Tints of Dark Brown #663E13

Color information

#663E13 (or 0x663E13) is unknown color: approx Dark Brown. HEX triplet: 66, 3E and 13. RGB value is (102,62,19). Sum of RGB (Red+Green+Blue) = 102+62+19=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #663E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663E13 is #99C1EC. Grayscale: #454545. Windows color (decimal): -10076653 or 1261158. OLE color: 1261158.

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

Color convert

RGB1026219-
CMYK00.390.810.6
HSL31.08º68.6%23.73%-
HSV(B)31.08º81.37%40%-
XYZ7.326.321.45-
YUV69.0699.75151.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=55.74%
G=33.88%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102621900.390.810.631.0868.623.73
Hex663E13027513C1f4518
Octal1467623047121743710530
Binary1100110111110100110100111101000111110011111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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