#63401E

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

Shades of Dark Brown #63401E

Tints of Dark Brown #63401E

Color information

#63401E (or 0x63401E) is unknown color: approx Dark Brown. HEX triplet: 63, 40 and 1E. RGB value is (99,64,30). Sum of RGB (Red+Green+Blue) = 99+64+30=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63401E is #9CBFE1. Grayscale: #464646. Windows color (decimal): -10272738 or 1982563. OLE color: 1982563.

HSL color Cylindrical-coordinate representation of color #63401E: hue angle of 29.57º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63401E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB996430-
CMYK00.350.700.61
HSL29.57º53.49%25.29%-
HSV(B)29.57º69.7%38.82%-
XYZ7.216.412.09-
YUV70.59105.1148.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=51.30%
G=33.16%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99643000.350.700.6129.5753.4925.29
Hex63401E023463D1e3519
Octal1431003604310675366531
Binary1100011100000011110010001110001101111011111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63401E; }

 p { color: rgb(99,64,30); }

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

<style>
 a { background-color: #63401E; }

 a { background-color: rgb(99,64,30); }

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

<style>
 span { border-color: #63401E; }

 span { border-color: rgb(99,64,30); }

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