#63453C

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

Shades of Very Dark Brown #63453C

Tints of Very Dark Brown #63453C

Color information

#63453C (or 0x63453C) is unknown color: approx Very Dark Brown. HEX triplet: 63, 45 and 3C. RGB value is (99,69,60). Sum of RGB (Red+Green+Blue) = 99+69+60=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63453C is #9CBAC3. Grayscale: #4D4D4D. Windows color (decimal): -10271428 or 3949923. OLE color: 3949923.

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

Color convert

RGB996960-
CMYK00.300.390.61
HSL13.85º24.53%31.18%-
HSV(B)13.85º39.39%38.82%-
XYZ8.097.245.25-
YUV76.94118.44143.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=43.42%
G=30.26%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99696000.300.390.6113.8524.5331.18
Hex63453C01E273De191f
Octal143105740364775163137
Binary1100011100010111110001111010011111110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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