#634946

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

Shades of Congo Brown #634946

Tints of Congo Brown #634946

Color information

#634946 (or 0x634946) is unknown color: approx Congo Brown. HEX triplet: 63, 49 and 46. RGB value is (99,73,70). Sum of RGB (Red+Green+Blue) = 99+73+70=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #634946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634946 is #9CB6B9. Grayscale: #505050. Windows color (decimal): -10270394 or 4606307. OLE color: 4606307.

HSL color Cylindrical-coordinate representation of color #634946: hue angle of 6.21º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634946 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB997370-
CMYK00.260.290.61
HSL6.21º17.16%33.14%-
HSV(B)6.21º29.29%38.82%-
XYZ8.637.866.86-
YUV80.43122.11141.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=40.91%
G=30.17%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99737000.260.290.616.2117.1633.14
Hex63494601A1D3D61121
Octal143111106032357562141
Binary1100011100100110001100110101110111110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634946; }

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

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

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

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

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

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

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

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