#63453B

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

Shades of Very Dark Brown #63453B

Tints of Very Dark Brown #63453B

Color information

#63453B (or 0x63453B) is unknown color: approx Very Dark Brown. HEX triplet: 63, 45 and 3B. RGB value is (99,69,59). Sum of RGB (Red+Green+Blue) = 99+69+59=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63453B is #9CBAC4. Grayscale: #4C4C4C. Windows color (decimal): -10271429 or 3884387. OLE color: 3884387.

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

Color convert

RGB996959-
CMYK00.300.400.61
HSL15º25.32%30.98%-
HSV(B)15º40.4%38.82%-
XYZ8.067.225.11-
YUV76.83117.94143.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=43.61%
G=30.40%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99695900.300.400.611525.3230.98
Hex63453B01E283Df191f
Octal143105730365075173137
Binary1100011100010111101101111010100011110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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