#634B47

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

Shades of Congo Brown #634B47

Tints of Congo Brown #634B47

Color information

#634B47 (or 0x634B47) is unknown color: approx Congo Brown. HEX triplet: 63, 4B and 47. RGB value is (99,75,71). Sum of RGB (Red+Green+Blue) = 99+75+71=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #634B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B47 is #9CB4B8. Grayscale: #515151. Windows color (decimal): -10269881 or 4672355. OLE color: 4672355.

HSL color Cylindrical-coordinate representation of color #634B47: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #634B47 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB997571-
CMYK00.240.280.61
HSL8.57º16.47%33.33%-
HSV(B)8.57º28.28%38.82%-
XYZ8.88.147.07-
YUV81.72121.95140.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 71 (28.12% from 255) = 28.98%
R=40.41%
G=30.61%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99757100.240.280.618.5716.4733.33
Hex634B470181C3D91021
Octal1431131070303475112041
Binary11000111001011100011101100011100111101100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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