#634E4C

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

Shades of Congo Brown #634E4C

Tints of Congo Brown #634E4C

Color information

#634E4C (or 0x634E4C) is unknown color: approx Congo Brown. HEX triplet: 63, 4E and 4C. RGB value is (99,78,76). Sum of RGB (Red+Green+Blue) = 99+78+76=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #634E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E4C is #9CB1B3. Grayscale: #545454. Windows color (decimal): -10269108 or 5000803. OLE color: 5000803.

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

Color convert

RGB997876-
CMYK00.210.230.61
HSL5.22º13.14%34.31%-
HSV(B)5.22º23.23%38.82%-
XYZ9.178.628.02-
YUV84.05123.46138.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.13%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=39.13%
G=30.83%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99787600.210.230.615.2213.1434.31
Hex634E4C015173D5d22
Octal143116114025277551542
Binary110001110011101001100010101101111111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,78,76); }

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

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

 a { background-color: rgb(99,78,76); }

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

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

 span { border-color: rgb(99,78,76); }

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