#63453A

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

Shades of Very Dark Brown #63453A

Tints of Very Dark Brown #63453A

Color information

#63453A (or 0x63453A) is unknown color: approx Very Dark Brown. HEX triplet: 63, 45 and 3A. RGB value is (99,69,58). Sum of RGB (Red+Green+Blue) = 99+69+58=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63453A is #9CBAC5. Grayscale: #4C4C4C. Windows color (decimal): -10271430 or 3818851. OLE color: 3818851.

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

Color convert

RGB996958-
CMYK00.300.410.61
HSL16.1º26.11%30.78%-
HSV(B)16.1º41.41%38.82%-
XYZ8.047.214.97-
YUV76.72117.44143.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=43.81%
G=30.53%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99695800.300.410.6116.126.1130.78
Hex63453A01E293D101a1f
Octal143105720365175203237
Binary11000111000101111010011110101001111101100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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