#63463D

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

Shades of Very Dark Brown #63463D

Tints of Very Dark Brown #63463D

Color information

#63463D (or 0x63463D) is unknown color: approx Very Dark Brown. HEX triplet: 63, 46 and 3D. RGB value is (99,70,61). Sum of RGB (Red+Green+Blue) = 99+70+61=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63463D is #9CB9C2. Grayscale: #4D4D4D. Windows color (decimal): -10271171 or 4015715. OLE color: 4015715.

HSL color Cylindrical-coordinate representation of color #63463D: hue angle of 14.21º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63463D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB997061-
CMYK00.290.380.61
HSL14.21º23.75%31.37%-
HSV(B)14.21º38.38%38.82%-
XYZ8.187.375.41-
YUV77.65118.61143.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=43.04%
G=30.43%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99706100.290.380.6114.2123.7531.37
Hex63463D01D263De181f
Octal143106750354675163037
Binary1100011100011011110101110110011011110111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63463D; }

 p { color: rgb(99,70,61); }

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

<style>
 a { background-color: #63463D; }

 a { background-color: rgb(99,70,61); }

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

<style>
 span { border-color: #63463D; }

 span { border-color: rgb(99,70,61); }

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