#63431B

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

Shades of Dark Brown #63431B

Tints of Dark Brown #63431B

Color information

#63431B (or 0x63431B) is unknown color: approx Dark Brown. HEX triplet: 63, 43 and 1B. RGB value is (99,67,27). Sum of RGB (Red+Green+Blue) = 99+67+27=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63431B is #9CBCE4. Grayscale: #484848. Windows color (decimal): -10271973 or 1786723. OLE color: 1786723.

HSL color Cylindrical-coordinate representation of color #63431B: hue angle of 33.33º 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 #63431B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB996727-
CMYK00.320.730.61
HSL33.33º57.14%24.71%-
HSV(B)33.33º72.73%38.82%-
XYZ7.356.751.95-
YUV72.01102.6147.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=51.30%
G=34.72%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99672700.320.730.6133.3357.1424.71
Hex63431B020493D213919
Octal1431033304011175417131
Binary11000111000011110110100000100100111110110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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