#63443F

Color #63443F Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #63443F

Tints of Congo Brown #63443F

Color information

#63443F (or 0x63443F) is unknown color: approx Congo Brown. HEX triplet: 63, 44 and 3F. RGB value is (99,68,63). Sum of RGB (Red+Green+Blue) = 99+68+63=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63443F is #9CBBC0. Grayscale: #4C4C4C. Windows color (decimal): -10271681 or 4146275. OLE color: 4146275.

HSL color Cylindrical-coordinate representation of color #63443F: hue angle of 8.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63443F is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB996863-
CMYK00.310.360.61
HSL8.33º22.22%31.76%-
HSV(B)8.33º36.36%38.82%-
XYZ8.117.155.65-
YUV76.7120.27143.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 63 (25% from 255) = 27.39%
R=43.04%
G=29.57%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99686300.310.360.618.3322.2231.76
Hex63443F01F243D81620
Octal143104770374475102640
Binary11000111000100111111011111100100111101100010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63443F; }

 p { color: rgb(99,68,63); }

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

<style>
 a { background-color: #63443F; }

 a { background-color: rgb(99,68,63); }

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

<style>
 span { border-color: #63443F; }

 span { border-color: rgb(99,68,63); }

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