#634949

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

Shades of Congo Brown #634949

Tints of Congo Brown #634949

Color information

#634949 (or 0x634949) is unknown color: approx Congo Brown. HEX triplet: 63, 49 and 49. RGB value is (99,73,73). Sum of RGB (Red+Green+Blue) = 99+73+73=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #634949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634949 is #9CB6B6. Grayscale: #505050. Windows color (decimal): -10270391 or 4802915. OLE color: 4802915.

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

Color convert

RGB997373-
CMYK00.260.260.61
HSL15.12%33.73%-
HSV(B)26.26%38.82%-
XYZ8.737.97.37-
YUV80.77123.61141-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=40.41%
G=29.80%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99737300.260.260.61015.1233.73
Hex63494901A1A3D0f22
Octal143111111032327501742
Binary1100011100100110010010110101101011110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634949; }

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

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

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

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

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

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

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

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