#63401A

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

Shades of Dark Brown #63401A

Tints of Dark Brown #63401A

Color information

#63401A (or 0x63401A) is unknown color: approx Dark Brown. HEX triplet: 63, 40 and 1A. RGB value is (99,64,26). Sum of RGB (Red+Green+Blue) = 99+64+26=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #63401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63401A is #9CBFE5. Grayscale: #464646. Windows color (decimal): -10272742 or 1720419. OLE color: 1720419.

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

Color convert

RGB996426-
CMYK00.350.740.61
HSL31.23º58.4%24.51%-
HSV(B)31.23º73.74%38.82%-
XYZ7.176.391.83-
YUV70.13103.1148.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.38%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=52.38%
G=33.86%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99642600.350.740.6131.2358.424.51
Hex63401A0234A3D1f3a19
Octal1431003204311275377231
Binary1100011100000011010010001110010101111011111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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