#634A49

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

Shades of Congo Brown #634A49

Tints of Congo Brown #634A49

Color information

#634A49 (or 0x634A49) is unknown color: approx Congo Brown. HEX triplet: 63, 4A and 49. RGB value is (99,74,73). Sum of RGB (Red+Green+Blue) = 99+74+73=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #634A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A49 is #9CB5B6. Grayscale: #515151. Windows color (decimal): -10270135 or 4803171. OLE color: 4803171.

HSL color Cylindrical-coordinate representation of color #634A49: hue angle of 2.31º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #634A49 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB997473-
CMYK00.250.260.61
HSL2.31º15.12%33.73%-
HSV(B)2.31º26.26%38.82%-
XYZ8.88.037.39-
YUV81.36123.28140.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=40.24%
G=30.08%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99747300.250.260.612.3115.1233.73
Hex634A490191A3D2f22
Octal143112111031327521742
Binary11000111001010100100101100111010111101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634A49; }

 p { color: rgb(99,74,73); }

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

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

 a { background-color: rgb(99,74,73); }

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

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

 span { border-color: rgb(99,74,73); }

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