#63423F

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

Shades of Congo Brown #63423F

Tints of Congo Brown #63423F

Color information

#63423F (or 0x63423F) is unknown color: approx Congo Brown. HEX triplet: 63, 42 and 3F. RGB value is (99,66,63). Sum of RGB (Red+Green+Blue) = 99+66+63=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63423F is #9CBDC0. Grayscale: #4B4B4B. Windows color (decimal): -10272193 or 4145763. OLE color: 4145763.

HSL color Cylindrical-coordinate representation of color #63423F: hue angle of 5º 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 #63423F is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB996663-
CMYK00.330.360.61
HSL22.22%31.76%-
HSV(B)36.36%38.82%-
XYZ7.996.915.61-
YUV75.52120.93144.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 63 (25% from 255) = 27.63%
R=43.42%
G=28.95%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99666300.330.360.61522.2231.76
Hex63423F021243D51620
Octal14310277041447552640
Binary11000111000010111111010000110010011110110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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