#634C4C

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

Shades of Congo Brown #634C4C

Tints of Congo Brown #634C4C

Color information

#634C4C (or 0x634C4C) is unknown color: approx Congo Brown. HEX triplet: 63, 4C and 4C. RGB value is (99,76,76). Sum of RGB (Red+Green+Blue) = 99+76+76=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #634C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C4C is #9CB3B3. Grayscale: #525252. Windows color (decimal): -10269620 or 5000291. OLE color: 5000291.

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

Color convert

RGB997676-
CMYK00.230.230.61
HSL13.14%34.31%-
HSV(B)23.23%38.82%-
XYZ9.038.347.97-
YUV82.88124.12139.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=39.44%
G=30.28%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99767600.230.230.61013.1434.31
Hex634C4C017173D0d22
Octal143114114027277501542
Binary1100011100110010011000101111011111110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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