#634640

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

Shades of Congo Brown #634640

Tints of Congo Brown #634640

Color information

#634640 (or 0x634640) is unknown color: approx Congo Brown. HEX triplet: 63, 46 and 40. RGB value is (99,70,64). Sum of RGB (Red+Green+Blue) = 99+70+64=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #634640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634640 is #9CB9BF. Grayscale: #4E4E4E. Windows color (decimal): -10271168 or 4212323. OLE color: 4212323.

HSL color Cylindrical-coordinate representation of color #634640: hue angle of 10.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634640 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB997064-
CMYK00.290.350.61
HSL10.29º21.47%31.96%-
HSV(B)10.29º35.35%38.82%-
XYZ8.267.45.84-
YUV77.99120.11142.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=42.49%
G=30.04%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99706400.290.350.6110.2921.4731.96
Hex63464001D233Da1520
Octal1431061000354375122540
Binary110001110001101000000011101100011111101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634640; }

 p { color: rgb(99,70,64); }

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

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

 a { background-color: rgb(99,70,64); }

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

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

 span { border-color: rgb(99,70,64); }

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