#634C46

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

Shades of Congo Brown #634C46

Tints of Congo Brown #634C46

Color information

#634C46 (or 0x634C46) is unknown color: approx Congo Brown. HEX triplet: 63, 4C and 46. RGB value is (99,76,70). Sum of RGB (Red+Green+Blue) = 99+76+70=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #634C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C46 is #9CB3B9. Grayscale: #525252. Windows color (decimal): -10269626 or 4607075. OLE color: 4607075.

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

Color convert

RGB997670-
CMYK00.230.290.61
HSL12.41º17.16%33.14%-
HSV(B)12.41º29.29%38.82%-
XYZ8.848.266.92-
YUV82.19121.12139.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 70 (27.73% from 255) = 28.57%
R=40.41%
G=31.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99767000.230.290.6112.4117.1633.14
Hex634C460171D3Dc1121
Octal1431141060273575142141
Binary11000111001100100011001011111101111101110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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