#63451B

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

Shades of Dark Brown #63451B

Tints of Dark Brown #63451B

Color information

#63451B (or 0x63451B) is unknown color: approx Dark Brown. HEX triplet: 63, 45 and 1B. RGB value is (99,69,27). Sum of RGB (Red+Green+Blue) = 99+69+27=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63451B is #9CBAE4. Grayscale: #494949. Windows color (decimal): -10271461 or 1787235. OLE color: 1787235.

HSL color Cylindrical-coordinate representation of color #63451B: hue angle of 35º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63451B is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB996927-
CMYK00.300.730.61
HSL35º57.14%24.71%-
HSV(B)35º72.73%38.82%-
XYZ7.476.991.99-
YUV73.18101.94146.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=50.77%
G=35.38%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99692700.300.730.613557.1424.71
Hex63451B01E493D233919
Octal1431053303611175437131
Binary1100011100010111011011110100100111110110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63451B; }

 p { color: rgb(99,69,27); }

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

<style>
 a { background-color: #63451B; }

 a { background-color: rgb(99,69,27); }

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

<style>
 span { border-color: #63451B; }

 span { border-color: rgb(99,69,27); }

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