#634D4C

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

Shades of Congo Brown #634D4C

Tints of Congo Brown #634D4C

Color information

#634D4C (or 0x634D4C) is unknown color: approx Congo Brown. HEX triplet: 63, 4D and 4C. RGB value is (99,77,76). Sum of RGB (Red+Green+Blue) = 99+77+76=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #634D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D4C is #9CB2B3. Grayscale: #535353. Windows color (decimal): -10269364 or 5000547. OLE color: 5000547.

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

Color convert

RGB997776-
CMYK00.220.230.61
HSL2.61º13.14%34.31%-
HSV(B)2.61º23.23%38.82%-
XYZ9.18.487.99-
YUV83.46123.79139.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=39.29%
G=30.56%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99777600.220.230.612.6113.1434.31
Hex634D4C016173D3d22
Octal143115114026277531542
Binary11000111001101100110001011010111111101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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