#634B49

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

Shades of Congo Brown #634B49

Tints of Congo Brown #634B49

Color information

#634B49 (or 0x634B49) is unknown color: approx Congo Brown. HEX triplet: 63, 4B and 49. RGB value is (99,75,73). Sum of RGB (Red+Green+Blue) = 99+75+73=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #634B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B49 is #9CB4B6. Grayscale: #515151. Windows color (decimal): -10269879 or 4803427. OLE color: 4803427.

HSL color Cylindrical-coordinate representation of color #634B49: hue angle of 4.62º 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 #634B49 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB997573-
CMYK00.240.260.61
HSL4.62º15.12%33.73%-
HSV(B)4.62º26.26%38.82%-
XYZ8.868.177.41-
YUV81.95122.95140.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=40.08%
G=30.36%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99757300.240.260.614.6215.1233.73
Hex634B490181A3D5f22
Octal143113111030327551742
Binary110001110010111001001011000110101111011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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