#63423E

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

Shades of Congo Brown #63423E

Tints of Congo Brown #63423E

Color information

#63423E (or 0x63423E) is unknown color: approx Congo Brown. HEX triplet: 63, 42 and 3E. RGB value is (99,66,62). Sum of RGB (Red+Green+Blue) = 99+66+62=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63423E is #9CBDC1. Grayscale: #4B4B4B. Windows color (decimal): -10272194 or 4080227. OLE color: 4080227.

HSL color Cylindrical-coordinate representation of color #63423E: hue angle of 6.49º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63423E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB996662-
CMYK00.330.370.61
HSL6.49º22.98%31.57%-
HSV(B)6.49º37.37%38.82%-
XYZ7.966.95.47-
YUV75.41120.43144.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=43.61%
G=29.07%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99666200.330.370.616.4922.9831.57
Hex63423E021253D61720
Octal14310276041457562740
Binary11000111000010111110010000110010111110111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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